nextui-org / nextui

🚀 Beautiful, fast and modern React UI library.
https://nextui.org
MIT License
21.1k stars 1.33k forks source link

[Feature Request] Merge Autocomplete and Select components #2525

Open simPod opened 5 months ago

simPod commented 5 months ago

Is your feature request related to a problem? Please describe.

Autocomplete and Select components are very similar and has small differences.

Describe the solution you'd like

I need text filtering feature in Select.

Or I need multiple selection in Autocomplete.

Neither is available. But Select has multiple selection and Autocomplete has text filtering.

If we merged those components, it would result in a single component with all the features.

Describe alternatives you've considered

Used both, neither has all the features.

Screenshots or Videos

No response

linear[bot] commented 5 months ago

ENG-512 [Feature Request] Merge Autocomplete and Select components

MicahBCode commented 3 months ago

I would love to see multiple selection in the Autocomplete as well. Already having a use case here.

impact-ls commented 3 weeks ago

I created a simple version that worked for us