Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-3347
in
a recent build.
-
Sencha User
Textfield does not contain full value when AutoComplete used on iPad
On an iPad, if a user enters a partial value to a textfield, and the AutoComplete feature suggests a completion value, and the user presses the Next key in the on-screen keyboard to accept the suggestion, the full, completed entry appears on screen, but getting the value from the textfield object with this code does not work. Only the initial part of the value that was actually keyed in is returned.
var field = Ext.getCmp("fieldID");
var value = field.getValue();
-
Sounds like the input element gets updated but the component isn't listening to the input element so the component's value doesn't get updated.
Thanks for the report!
-
Sencha User
I can't seem to reproduce this using 2.1. Could you please verify.
Thanks,
Robert
-
Sencha User
Problem went away
One day this problem went away. We don't know why. Wish I could tell you. Please close the ticket, and sorry for what appears to be an erroneous report.