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 have very simple case. I have a dialog with a form. Inputs, selects, date pickers. Before everything was ok, but once i updated to 0.4 i started getting these problems.
When you open dialog, it sets automatically focus to the focusable element and it's configured by trapFocus which is 'true' by default. It's annoying, because date pickers open automatically even if it's not a first element. I would say it make sense to set trapFocus to 'false' by default to not to brake backward capability.
The text was updated successfully, but these errors were encountered:
trapFocus {Boolean}
When true, ensures that the focused element remains within the dialog to conform to accessibility recommendations. Default value is true
I am not an expert in field of accessibility, so honestly don't know whether it's valid or not.
I have very simple case. I have a dialog with a form. Inputs, selects, date pickers. Before everything was ok, but once i updated to 0.4 i started getting these problems.
When you open dialog, it sets automatically focus to the focusable element and it's configured by trapFocus which is 'true' by default. It's annoying, because date pickers open automatically even if it's not a first element. I would say it make sense to set trapFocus to 'false' by default to not to brake backward capability.
The text was updated successfully, but these errors were encountered: