I have a couple issues with the typeAhead field that I can’t figure out;
First, is the style of the thing. Is there anyway to change the highlight color to the same color as a comboBox? It looks very distracting when you have both on the same form but they highlight differently. Not very good UX.
Second, how can I get the selected item in a typeahead to scroll up and be shown like it does in a comboBox. For instance, take the image below where you can see that when clicking on a comboBox the selected item shows in the list. The same valueList assigned to the typeAhead does not show in the list and you have to scroll down to see it.
Here is the same image but to get the selected item to show I had to scroll down myself.
I’ve attached a sample solution that demonstrates this clearly.
Thanks,
Keith
ta_v_combo_test.servoy (4.7 KB)