mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.96k stars 32.27k forks source link

[Select][base]: Autocomplete Feature in Select #37572

Closed colangeloproductions closed 1 year ago

colangeloproductions commented 1 year ago

Duplicates

Latest version

Summary 💡

When wanting to search through a long list of option in a select dropdown, one can currently enter the value, but doesnt see anything being input into the field.

It would be nice to see the search, specifically for multiselect versions of the component.

Examples 🌈

This Feature but for the Select: https://mui.com/base/react-autocomplete/#introduction

Motivation 🔦

No response

michaldudak commented 1 year ago

This is out of scope of the Select component, but we do plan to create an Autocomplete component and revamp the useAutocomplete hook in Base UI.