[Feature Request] Autocomplete with Multiple Selections Feature or Multiple Select with Autocomplete Filtering #4684
Replies: 37 comments
-
Screencast from 09.12.23 14:51:02.webm |
Beta Was this translation helpful? Give feedback.
-
That would be really useful |
Beta Was this translation helpful? Give feedback.
-
hey, perhaps anyone already created a custom multiselect autocomplete and would like share? 👀 |
Beta Was this translation helpful? Give feedback.
-
Check: ReactSelect |
Beta Was this translation helpful? Give feedback.
-
Im having the same issue i think i will use the headless ui one with nextui componets |
Beta Was this translation helpful? Give feedback.
-
+1 This feature is very useful to me |
Beta Was this translation helpful? Give feedback.
-
Any updates on this one! it would be really usefull |
Beta Was this translation helpful? Give feedback.
-
Here's an elegant approach that I came up with using NextUI's Dropdown component : 1. Structure:
2. Implementation:
|
Beta Was this translation helpful? Give feedback.
-
I have just implemented a new solution for us regarding multiselect with the option to search for the listed elements. Feel free to use and wish you a good coding 🤲🏼
|
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Users of my application need the ability to select multiple options from an autocomplete field. Currently, Next UI provides an Autocomplete component that allows for a single selection with suggestions and a Select component that allows multiple selections but without autocomplete functionality. Merging these features would greatly enhance user experience.
Describe the solution you'd like
I would like the Autocomplete component to include a multiple attribute, allowing multiple selections with autocomplete suggestions, similar to the current Select component's multiple selection feature. Alternatively, the Select component could be enhanced with an autocomplete input to filter options as the user types.
Describe alternatives you've considered
As a workaround, we could use third-party libraries to achieve this functionality, but a native solution from Next UI would be ideal for consistency and to avoid additional dependencies.
Screenshots or Videos
No response
Beta Was this translation helpful? Give feedback.
All reactions