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
Is your feature request related to a problem? Please describe.
I would like the ability for code to give the element that should be given focus when a Dialog opens, eg:
vegegoku
changed the title
v2: Dialog.setOpenGivesFocusElement(Element)
Add the ability to set the default focus element when modal is opened.
Aug 28, 2023
Is your feature request related to a problem? Please describe.
I would like the ability for code to give the element that should be given focus when a Dialog opens, eg:
Describe the solution you'd like
Currently Dialog.open discovers the first focusable element and gives focus to that.
AbstractDialog.initFocusElements is used to discover the first focusable element and stores in this a field...
The text was updated successfully, but these errors were encountered: