alsoscotland / react-super-select

MIT License
95 stars 33 forks source link

Fallback to native select on mobile #125

Closed andreivictor closed 7 years ago

andreivictor commented 7 years ago

Is it possible to deactivate the dropdown menu on mobile devices, to use the built-in select of the OS for a better UX?

alsoscotland commented 7 years ago

@andreivictor The control is pretty coupled with react-dom at this point. I am sure sure how to go about this. Do you have any suggestions?

alsoscotland commented 7 years ago

@andreivictor closing for now

andreivictor commented 7 years ago

@alsoscotland, thanks. I was thinking about adding a <select> element in the DOM, that will be hidden on large screens and visible on mobile devices. But I will try to fork the project and come up with a complete solution when I'll have some spare time on my hands.