I have a combobox which is editable (text) in order to limit the box's displayable items (to clarify: database has 10k+ entries, by typing e.g. "smith" the results limit to entries which have the string "smith" in it). The problem is:
when i type the limiting string and click the box to dropdown, the cursor bounces from the end to the beginning. The cursor should stay at the end of the typed string. Is there a way to control the cursors position in a string?
when i type the limiting string and click the box to dropdown, the cursor bounces from the end to the beginning. The cursor should stay at the end of the typed string. Is there a way to control the cursors position in a string?