I am using Angular ui-select (http://github.com/angular-ui/ui-select). The default behaviour of is to show all records containing the searched item, e.g. if the values contain:
ARMAGH ARGENTINA WARSAW
Typing 'AR' will find all of them. However, I only want it to match the beginning of the values, so in this case typing 'AR' should only find ARMAGH and ARGENTINA and not WARSAW. Is there a simple way to do this? Perhaps an option which I have missed?