Open
Description
Summary
A small smoke test of mine (and pet-peeve) with select components is seeing if drag-and-release for selection works as expected. Generally, modern UI libraries focusing on accessibility (react-aria, radix-ui) seem to be pretty good at this, but MUI lacks this feature.
Examples
Radix-UI: https://www.radix-ui.com/primitives/docs/components/select
React Aria: https://react-spectrum.adobe.com/react-aria/Select.html
Motivation
Drag-and-release for select is a common UX pattern used not only in browser native UI components, OS native UI components, but also in accessibility oriented component libraries.
Search keywords: drag release select