Hello, I have implemented wicket AutoCompleteBehavior on TextField. All seems to work fine until I stumbled upon this issue. Example when I type 'A', I see IE's auto complete overlapping my wicket implementation of autocomplete behaviour with previously recorded value(example 'Apple'). However, I expect the user to enter couple of words to kickin behind the scene's logic. But right now say if a user selects from IE's autocomplete then my code fails. Do you know if I can override IE's autocomplete from my code or any better way to solve this issue. I want the user to select only from the values shown using wicket's autocomplete.
Your thoughts are much appreciated! Andy -- View this message in context: http://www.nabble.com/Override-IE-AutoComplete-with-wicket%27s-AutoCompleteTextField-tp16733561p16733561.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]
