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
I need to put a <input type="file"> as a menu item, but as the file chooser dialog steal the focus, the menu is removed from DOM and then the change event from input element is not fired.
Of course closeOnClick does not help as the problem is due to focus loss.
Do we have a way to avoid that menu is removed (e.g. just hiding it)?
The text was updated successfully, but these errors were encountered:
I need to put a
<input type="file">
as a menu item, but as the file chooser dialog steal the focus, the menu is removed from DOM and then the change event from input element is not fired.Of course closeOnClick does not help as the problem is due to focus loss.
Do we have a way to avoid that menu is removed (e.g. just hiding it)?
The text was updated successfully, but these errors were encountered: