[Autocomplete] Autocomplete with multiline TextField incorrectly handle cursor movement and onMouseDown events. #19132
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
new feature
New feature or request
Autocomplete component with multiline text field doesn't handle cursor correctly on mouse click when a text was entered.
Reproduced on the following code:
<Autocomplete freeSolo renderInput={params => (<TextField {...params} multiline />)}/>
Current Behavior 😯
Expected Behavior 🤔
Context 🔦
I would like to use Autocomplete component to enter address with suggesstions. I can use Autocomplete with TextField without multiline on desktop browser, but it is not suitable for mobile browser because address is quite a long string.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: