ui
ui copied to clipboard
[feat]: Country select based on `autocomplete-select`
Feature description
a custom autocomplete component can support autocomplete dropdown select
- support country/region select and auto type filter
- https://mui.com/material-ui/react-autocomplete/#country-select
Affected component/components
No response
Additional Context
https://mui.com/material-ui/react-autocomplete/#country-select https://www.armand-salle.fr/post/autocomplete-select-shadcn-ui/
Before submitting
- [X] I've made research efforts and searched the documentation
- [X] I've searched for existing issues and PRs
https://github.com/Jayprecode/country-state-dropdown.git
Someone has made this open source component You can utilize this
Do visit this if you want to explore more about different shadcn amazing components. https://awesome-shadcn-ui.vercel.app/
The issue is that they are using button instead of input, which makes a bad autocomplete. This one makes it perfect: https://www.armand-salle.fr/post/autocomplete-select-shadcn-ui/
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.