As far as I am aware, no. To do this, you'd probably have to disable the browser's autocomplete functionality, and roll your own. OnChange should, however, be firing when the contents of the input changes. If it's not, I'd say your best bet would ve to tie into the onBlur event, and compare the value with what was there before.
- Barry Sent from my Apple πPhone On Wednesday, March 3, 2010, Steve Onnis <[email protected]> wrote: > > > > > > Is there an event > that can be fired when a user double clicks a text field and the user choose > from the list of previously entered values the browser shows up? I have tried > change, focus and click but none of them seem to work. > > Steve > -- http://barryvan.com.au/ [email protected]
