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 tried and it doesn't seems to be working for me.
Here's my implementation
onEditingComplete: (_) {
final control = form.control('account_type')
asFormControl<AccountType>;
final focusNode = control.focusController?.focusNode;
final fnContext = focusNode?.context;
if (fnContext !=null) {
focusNode?.requestFocus();
Scrollable.ensureVisible(fnContext);
}
},
Environment
Package version:
17.0.1
Describe your question
How can I get a dropdown list to show up by default when landing on a form ?
The text was updated successfully, but these errors were encountered: