techniq / mui-downshift

Thin layer over paypal's downshift to use Material UI visual components
https://techniq.github.io/mui-downshift/
MIT License
92 stars 24 forks source link

[Bug] Selection of some items not working on FF Mobile when using helperText #68

Open Skn0tt opened 5 years ago

Skn0tt commented 5 years ago

When using Firefox Mobile and setting the input prop helperText via getInputProps, selecting the first list item does not work. There is no problem when using Chrome or Firefox Desktop, but FF on Android does not work. I created a minimal repro: skn0tt/mui-downshift-ff-mobile-repro.

Is this a known bug? I couldn't find a corresponding issue.