function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ajeet28augAjeet28aug 

SLDS ComboBox Keyboard Interaction


I have implemented SLDS ComboBox, And it's working great. But, I'm not able to set up keyboard interaction, with the list of available option. 
I mean, I should be able to select the option, by keyboard Up/down and Enter key
NagendraNagendra (Salesforce Developers) 
Hi Ajeet,

The user again can click on the desired option or press the Enter key with the desired option highlighted. Alternatively, they can leave their entered text string as the value of the Combobox.

Selecting an option from the list box will close the list box.

To remove the selected option, simply clear the text input.

May I suggest you please refer to below link which has more information. Thanks,
Nagendra