On web builds, it is impossible to navigate the dropdown options using the arrow keys.
This is present in material's dropdown button, but not this implementation.
It should work the same as an HTML <select> where you can focus into the dropdown with tab + space (which works) and then navigate between the options with arrow and select an option with space (which is not yet implemented).
This probably isn't too hard to do, I will take a look if I can solve it in a fork and put up a PR if its good.
On web builds, it is impossible to navigate the dropdown options using the arrow keys.
This is present in material's dropdown button, but not this implementation.
It should work the same as an HTML
<select>where you can focus into the dropdown withtab+space(which works) and then navigate between the options witharrowand select an option withspace(which is not yet implemented).This probably isn't too hard to do, I will take a look if I can solve it in a fork and put up a PR if its good.