I'm building a more complex autocomplete component based on Base UI Autocomplete (similar to GitHub issue search). When one item is autocompleted I need to keep the autocomplete open but show a new set of options -- the highlighted item should reset to null (no item highlighted). How can I control the highlighted item from the outside or call into the component to reset the highlighted item to null?
I'm building a more complex autocomplete component based on Base UI Autocomplete (similar to GitHub issue search). When one item is autocompleted I need to keep the autocomplete open but show a new set of options -- the highlighted item should reset to null (no item highlighted). How can I control the highlighted item from the outside or call into the component to reset the highlighted item to null?