Questions tagged [mui-autocomplete]

No instructions have been provided for this tag at the moment!

Using MUI autocomplete with an array of objects will result in a flattened one-dimensional array

I am currently using the Autocomplete component with the following setup: <Autocomplete options={channels} autoHighlight multiple disableCloseOnSelect value={form.channel_ids} getOpti ...