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
If I have multiple FormGroup entries within a Dialog for some kind of form and the first FormGroup contains a Suggest and the others contain HTMLSelect (or any other form of input entry). I expect that, on selecting an item from the dropdown of the Suggest options, the tab focus should continue in sequence.
Instead, it appears that the tab focus is reset as, when I select an option from the Suggest and press the 'tab' key it resets and cycling through the first thing that is focused is the close button on the dialog form.
Here's an example screenshot to visualise this
... on selecting something on the first input component, it resets focus, meaning I have to manually tab all the way through in the order of close button -> account type input -> type input whereas I would expect it to automatically tab onto the account type input element as that is the second in focus from the suggest container.
I am wondering if this is a bug or if this is something I am doing wrong and should be passing in some kind of configuration to enable the tabbing to work as expected.
Happy to provide code if this helps clarify anything. Please let me know if you need more details. Thank you!
The text was updated successfully, but these errors were encountered:
Environment
Question
If I have multiple
FormGroup
entries within aDialog
for some kind of form and the firstFormGroup
contains aSuggest
and the others containHTMLSelect
(or any other form of input entry). I expect that, on selecting an item from the dropdown of the Suggest options, the tab focus should continue in sequence.Instead, it appears that the tab focus is reset as, when I select an option from the Suggest and press the 'tab' key it resets and cycling through the first thing that is focused is the close button on the dialog form.
Here's an example screenshot to visualise this
... on selecting something on the first input component, it resets focus, meaning I have to manually tab all the way through in the order of
close button -> account type input -> type input
whereas I would expect it to automatically tab onto theaccount type input
element as that is the second in focus from the suggest container.I am wondering if this is a bug or if this is something I am doing wrong and should be passing in some kind of configuration to enable the tabbing to work as expected.
Happy to provide code if this helps clarify anything. Please let me know if you need more details. Thank you!
The text was updated successfully, but these errors were encountered: