Requirement-
A situation arises where upon opening the dropdown menu, pressing the delete key on the keyboard should reset the index to -1.
Steps to reproduce the issue: 1. Click on the dropdown and select an option from the menu. 2. Click on the dropdown again to open the menu, then press the delete key on the keyboard. 3. Currently, the keydown/up event does not get triggered when the delete key is pressed.
Expectation- The keydown event should be triggered when the delete key is pressed while the dropdown menu is open.
I would appreciate any suggestions on how to trigger the keyboard event when the dropdown is open.