jxom / bumbag-ui

Build themeable React & React Native applications with your Bumbag 👝
https://bumbag.style
MIT License
1.01k stars 50 forks source link

fix: remove search input autofocus #206

Closed jshsmth closed 2 years ago

jshsmth commented 2 years ago

--BUG-- There was an issue with the autofocus that was causing the select menu to become 'jammed' after more than one click when the hasSearch prop was passed in. meaning the user could no longer access the menu

--PROPOSED CHANGES-- I propose we fix the autofocus for the search input inside the select menu

--CHANGES MADE-- Fixed the autofocus issue by adding animated true to the dropdown menu state

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

bumbag-ui – ./website

🔍 Inspect: https://vercel.com/jxom/bumbag-ui/6QyC3DpsCXs13a9VQoHpGskqtQE6
✅ Preview: https://bumbag-ui-git-fork-jshsmth-fix-selectmenu-auto-focus-jxom.vercel.app

jxom commented 2 years ago

can we revert the website/mdx-manifest.json changes? thx