Hello, I'm trying to develop the suggestions gmail uses when inputting one email address. So I used one AutocompleteTextField that populates the possible values from the database nicely, but I can not make the model changing correctly if the users doesn't press the Enter key or click in the option.
For example, I start typing my name: Oskar, when I typed 'Os', the autocomplete field founds my name, then I select it with the cursor keys and press the tab button for going to the next field in the form, but the model is still 'Os', not the complete 'Oskar' name I selected before pressing tab key. If I do the same, but I press 'Enter' instead, then it works nicely. Thank you always for all your help and time, Oskar -- View this message in context: http://www.nabble.com/AutocompleteTextField-and-tab-key-tp21576199p21576199.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
