-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
scope: autocompleteChanges related to the autocomplete. This includes ComboBox.Changes related to the autocomplete. This includes ComboBox.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Metadata
Metadata
Assignees
Labels
scope: autocompleteChanges related to the autocomplete. This includes ComboBox.Changes related to the autocomplete. This includes ComboBox.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Projects
Milestone
Relationships
Development
Select code repository
Activity
oliviertassinari commentedon Feb 19, 2020
[-][AutoComplete] Drop list no close outline mouse[/-][+][Autocomplete] Drop list no close outline mouse[/+]Fix issues mui#19778
thundermiracle commentedon Feb 21, 2020
I'm running into the same issue.
Force focus the input after click indicator will solve the problem.
m-apsolon commentedon May 20, 2020
I still have the same problem as shown in the GIF, but with multiple selection enabled. Does someone have a tip for a workaround?
oliviertassinari commentedon May 20, 2020
@m-apsolon Do you have a reproduction?
m-apsolon commentedon May 20, 2020
@oliviertassinari no, unfortunately not yet, just stumbled on this thread via google. It's also difficult to reproduce on our implementation, because it's happening sporadically.
Edit: it could've been a problem with the fact that i used onOpen & onClose to set some other states i needed, without using controlled open state. After removing those, can't currently reproduce the open stuck state at all anymore.