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
Validation Not Working for Fields Inside BindableLayout in FormView
Issue
When using BindableLayout inside FormView, the form fields inside the BindableLayout do not trigger validation when the Submit button (inside FormView) is pressed.
Expected Behavior
Fields inside the BindableLayout should be validated when the Submit button is clicked.
If validation fails, error messages should be displayed for invalid fields.
If validation passes, the form should submit successfully.
Validation Not Working for Fields Inside BindableLayout in FormView
Issue
When using BindableLayout inside
FormView
, the form fields inside the BindableLayout do not trigger validation when the Submit button (insideFormView
) is pressed.Expected Behavior
Current Behavior
FormView
validate correctly.Question
How can I ensure that fields inside a BindableLayout within FormView trigger validation when submitting the form?
Environment
The text was updated successfully, but these errors were encountered: