I'm trying to create a custom auto complete component using a text item and list grid as shown in the image attached. It is supposed to function as ComboBoxItem. But I wanted to add additional functionalities like multiple select etc which are missing in ComboBoxItem. Hence thought of using a listGrid to show the picklist in ComboboxItem. Any help on ways to handle keyboard navigation i.e. user should be able to navigate from textitem to listgrid with up and down arrows. Also I need to hide the list grid when clicked outside textitem and listgrid.
Thanks.
Thanks.
Comment