By default the incremental search in the drop-down returns all choices by using a partial string match. In the example below if the user types "A" in the search box, the drop-down displays any option that includes the letter A. This is counter-intuitive as most search boxes across the internet would return values that START WITH "a".
Is there a way to accomplish this type of search?