erikras / redux-form-material-ui

A set of wrapper components to facilitate using Material UI with Redux Form
http://erikras.github.io/redux-form-material-ui/
MIT License
831 stars 228 forks source link

IE - Checkbox keyboard interaction #278

Open Dzixxx opened 6 years ago

Dzixxx commented 6 years ago

Hi, I've spotted that on IE when we want to jump to next checkbox then we have to click Tab key three times before we get next checkbox focused/selected

Example http://erikras.github.io/redux-form-material-ui/ Steps to reproduce: pls jump from Pepperoni to Peppers using Tab key

Maybe somebody had same problem ( or solution for that )? Michal