I have disabled item that I pass in items list. But item is still clickable (which I solved in css by setting pointer-events: none, yet via keyboard navigation it is still getting focus. Also when pressing enter it will not trigger itemClick event, but on enter press dropdown will close.