Hi,
Have an editable type-ahead field backed by a value list.
I checked select on enter, but it seems that the type-ahead drop down steals the focus and the text selection away from the field.
I also tried an on-focus handler, but it seems that the method is invoked BEFORE the appearance of the value list and the result is the same. Even stuck in an application.updateUI()…no luck.
Any known work-arounds?