I'm trying to improve Accessibility with MagicSuggest. I can now tab to the dropdown target (.ms-trigger) and hit Space/Return to reveal the loaded items (.ms-sel-item) & the input. I then add tabindex=0 to each .ms-sel-item & the input.
I would like to put focus on the first item and then let the user tab through the items and also need to create a way they can select the close button for each item using Space/Return. Thanks for your guidance.
I'm trying to improve Accessibility with MagicSuggest. I can now tab to the dropdown target (.ms-trigger) and hit Space/Return to reveal the loaded items (.ms-sel-item) & the input. I then add tabindex=0 to each .ms-sel-item & the input.
I would like to put focus on the first item and then let the user tab through the items and also need to create a way they can select the close button for each item using Space/Return. Thanks for your guidance.