Autocomplete with 'multiple' does not allow regular text selection #43970
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
status: expected behavior
Does not imply the behavior is intended. Just that we know about it and can't work around it
Steps to reproduce
Link to live example: https://github.com/mui/material-ui/blob/v6.1.1/docs/data/material/components/autocomplete/Tags.tsx
Steps:
Current behavior
Tags are not selectable/highlightable/whatever you want to call it. On double click, only text that has not yet been converted into a tag is highlighted/selected. On click and drag, nothing happens.
Expected behavior
On double clicking or clicking and dragging, things in the text box should be highlightable/selectable. i.e. in the above gif, 'Inception', 'The Dark Knight', and 'The Godfather: Part II' should be highlighted/selected.
Context
The user wants to be able to click to highlight or click and drag to highlight items, and then be able to copy and paste those items as a list. i.e. in the above gif, they would select some or all the items, and then use regular keyboard or mouse shortcuts to copy/paste as 'Inception, The Dark Knight, The Godfather: Part II' (commas not necessary if this helps, but ideally maybe we could provide a list separator?).
Your environment
npx @mui/envinfo
Search keywords: autocomplete, multiple, text selection
The text was updated successfully, but these errors were encountered: