Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-3542
in
internal.
-
Sencha Premium Member
clear() doesn't work on disabled TextField
Greetings,
I am using the latest GXT. I discovered the following:
Code:
TextField tf = new TextField();
tf.disable();
tf.setText("Some text");
tf.clear();
"Some text" is displayed. The clear() doesn't work if the control is disabled. If the control is not disabled, the clear works. (This is a contrived example to demonstrate the problem.)
Blake McBride
-
Thanks for the report! I have opened a bug in our bug tracker.
-
Sencha - GXT Dev Team
This issue has been fixed and is available in GXT 3.1 GA