You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I put the AutoComplete component inside a Dialog the ESC key propagation is not stopped resulting in that the Dialog component is closed together with the Popover.
I tried to stop the event propagation from the menuProps props (onEscKeyDown, onKeyUp) but then I am not able to close the Popover manually.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
On ESC the event propagation is not stopped (Dialog is closed too)
[AUTOCOMPLETE] On ESC the event propagation is not stopped (Dialog is closed too)
Apr 27, 2017
When I put the AutoComplete component inside a Dialog the ESC key propagation is not stopped resulting in that the Dialog component is closed together with the Popover.
I tried to stop the event propagation from the menuProps props (onEscKeyDown, onKeyUp) but then I am not able to close the Popover manually.
The text was updated successfully, but these errors were encountered: