I have tried to create select-only combobox like this https://w3c.github.io/aria-practices/examples/combobox/combobox-select-only.html using Material UI useAutocomplete
(by changing input
to div
) but it doesn't work. Here is a csb example: https://codesandbox.io/s/material-demo-forked-4gk7nc?file=/demo.js.
react-select
has the similar option to disable searchable
for a single select example https://react-select.com/home