Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

hint style still showing after input

$
0
0
We have a text item that has a style and setShowHintInField(true). After typing an input, the text item still shows the hint style.

Code:

TextItem item = new TextItem("name");
item.setTextBoxStyle("style");
item.setHint("Type here");
item.setShowHintInField(true);

We just upgraded to 4.1p 20140407. It was working before with 4.0p 20140115.

FF26. GWT 2.5.1

Viewing all articles
Browse latest Browse all 4756

Trending Articles