guymage
13 Dec 2010, 8:47 PM
Hi,
If you create a textfield as a password field, the empty text does not appear.
TextField<String> textPsswd = new TextField<String>();
textPsswd.setPassword(true);
textPsswd.setEmptyText("Password");
Tested in Ffx 3.6.x and IE 8 on XP and Seven
If you create a textfield as a password field, the empty text does not appear.
TextField<String> textPsswd = new TextField<String>();
textPsswd.setPassword(true);
textPsswd.setEmptyText("Password");
Tested in Ffx 3.6.x and IE 8 on XP and Seven