Text item with autocomplete and empty return values in js
j.gaugerNov 11 2010 — edited Mar 27 2012Hello,
does anyone know why the autocomplete text item does not return a selected value to the value attribute of the DOM object if it is selected with the mouse? If i select an entry by using the keyboard (arrow keys and enter), it works as expected.
This leads to a problem if a dynamic action depends on the change-event of the autocomplete item! In the first case it seems that the autocomplete-item holds a value, but the onchange-event does not not fire, because the value is empty.
Jens