Sounds like a JavaScript problem for which we would have to see the code in order to help you.
Why don't you instead try using Select2 integrated in Wicket by Igor Vayngerg: https://github.com/ivaynberg Direct link to his Select2 project on Github: https://github.com/ivaynberg/select2 To see some live demo of Select2: http://ivaynberg.github.com/select2/ I think what you're describing is the Tagging Support example. ~ Thank you, Paul Bors -----Original Message----- From: cosmindumy [mailto:[email protected]] Sent: Monday, September 24, 2012 10:27 AM To: [email protected] Subject: Autocomplete Problem on Chrome Hello, I have a problem at autocomplete on Chrome. We have a customized textfield that is autocomplteted with values from a list. Each time after user input text, a list of values appears, and after the user chose one, it can again type text and the behaviour repeats. It acts as a multiple select. It works fine on Firefox, but on chrome only the first option can be chose. The list doesn't appear at second time. It appears only if the component loses focus. We are using wicket autocomplete features to customize it. Does anyone know what is the problem, or can offer a solution? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Autocomplete-Problem-on-Chrome-tp 4652290.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
