I know this should be an old topic, however, most of the discussion tread are outdated and unable to find the solution via those reference link.
Below is my ask:
I have a drop down with more than 100 options, and i want to improve the user friendliness such that if user key the values, the drop down list will be point to the right option like we did in any HTML drop down
i.e.
Drop Down List:
ABC
ABD
ABE
ACD
BCD
BCA
BEC
CAD
If user types A, the drop down should point to ABC
If user furhter types C, the drop down should point to ACD (Actual now: CAD)