.What events can I capture when users select from the FF auto-complete dropdown?

gopunk

Lifer
Jul 7, 2001
29,239
2
0
You know, when you click on a text field how FF will display previously entered data to select from. I'm trying to implement real-time client-side validation of form input. Everything works except for this. I've tried mouseup, click, change, blur... nothing seems to work.