Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Material UI doesn't select a SelectField on hitting 'tab'

Using Material UI for some components in my app. I added a <SelectField /> select field in a form.

Is there a way to make it work like a normal HTML <select> element, so that:

  • When you hit tab on the keyboard, it highlights it when it's supposed to
  • When you hit space on the keyboard, it opens the dropdown

Thanks in advance for your help.

like image 632
denislexic Avatar asked Feb 01 '16 09:02

denislexic


1 Answers

I just checked the link and TAB seems to work just fine. In any case: Consider upgrading to the current version (4.x). But I'm pretty sure 1.x and higher would work as well.

like image 171
epsilon Avatar answered Oct 23 '22 13:10

epsilon