Skip to content

Present select options natively on mobile #254

Answered by csandman
javadev-jef asked this question in Q&A
Discussion options

You must be logged in to vote

No, there's nothing built in that would allow you to offer a native select on mobile and Chakra React Select on desktop. I actually have thought about that use case before, as I know the built in select UI can be a better experience on mobile, but this is not something within the scope of this project to extend from the base package, React Select.

You could do something like this on your own, using a package like react-device-detect to determine if the user is on a mobile device and conditionally rendering one or the other, but you'd have to do it mostly manually.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@javadev-jef
Comment options

Answer selected by javadev-jef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants