Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile filters: Hide select only on touch devices #70

Open
thomaswilburn opened this issue Dec 3, 2019 · 0 comments
Open

Mobile filters: Hide select only on touch devices #70

thomaswilburn opened this issue Dec 3, 2019 · 0 comments
Labels
long-term Tasks for way down the road

Comments

@thomaswilburn
Copy link
Contributor

It is theoretically possible that we could ship this on devices where they are small screen but they don't follow the ubiquitous modal select UI. In that case, they're probably going to not be touch devices. We should check to see if touch events are fired (already a tough task) and if they're not, we can un-hide the select box on focus. This would also make it possible to test the mobile UI on desktop.

@thomaswilburn thomaswilburn added the long-term Tasks for way down the road label Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
long-term Tasks for way down the road
Projects
None yet
Development

No branches or pull requests

1 participant