Understanding focus logic in ContentSwitcher #6136
Unanswered
robvanderleek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
ContentSwitcher
to collect user input in a number of steps.For example, a minimal example with two
Input
widgets looks like this:This works fine, as the user fills in the first input and submits, the second input will automatically receive the focus.
However, if one of the
ContentSwitcher
widgets is a composite, the second input will not automatically be focussed:I know I can manually focus the second input, but I was wondering why the second input does not receive the focus automatically in the second example.
Beta Was this translation helpful? Give feedback.
All reactions