ajax toolkit 4.1.60623
net 4
firefox 13.0.1
Autosuggestion Problem.
With IE work fine but with firefox when I try to write something (anything) the control remain blank. If the control has something (some words) and try to hit a key from my keyboard the control return to blank.
I talk about the textbox of control and not for the list.
The list items displayed fine.
Comments: As a help to "people of the future", the workaround/fix for this problem is to assign a maxlength for the combobox control. Once that's done, firefox will accept input. Ex: MaxLength="100"
net 4
firefox 13.0.1
Autosuggestion Problem.
With IE work fine but with firefox when I try to write something (anything) the control remain blank. If the control has something (some words) and try to hit a key from my keyboard the control return to blank.
I talk about the textbox of control and not for the list.
The list items displayed fine.
Comments: As a help to "people of the future", the workaround/fix for this problem is to assign a maxlength for the combobox control. Once that's done, firefox will accept input. Ex: MaxLength="100"