Does anyone know how to make a combobox with a search field looking for users in my A.D., but with the names chosen recently on the top of the list. IE: I have a gallery of people, some fields are blank. Some fields have entries in them already. I have a collection of distinct names of people I've chosen already, and need to have them on top of the list of all other combobox search criteria.
For example, if "Fred" and "Mary" have already been chosen, then on the next combobox the user clicks on, "Fred" and "Mary" should be the two entries on the top of the list, and other users in AD below. If the user starts typing anything in the search/filter text field of the combobox, the search criteria should kick in (Office365Users.search) and show results accordingly, as normal.
Thanks in advance!