tailwindcss-stimulus-components
tailwindcss-stimulus-components copied to clipboard
Enhancements for `dropdown` component
addresses https://github.com/excid3/tailwindcss-stimulus-components/issues/93.
- close the dropdown when
escape
key is pressed. - support
ArrowUp
andArrowDown
keyboard events. - Perform a circular arrow navigation, when
ArrowDown
is pressed, if at the last focusable element, focus the first element. whenArrowUp
is pressed, if at first element, focus the last element. - closes https://github.com/excid3/tailwindcss-stimulus-components/issues/93
@excid3 any news on this?
@excid3 any news on merging this?. The code i wrote and tested was working. But for some reason the CI fails, any reason why?