Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation Not Working for Fields Inside BindableLayout in FormView #858

Open
Pallav-sculptsoft opened this issue Mar 11, 2025 · 0 comments

Comments

@Pallav-sculptsoft
Copy link

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.

Current Behavior

  • Fields directly inside FormView validate correctly.
  • Fields inside BindableLayout are not validated when pressing the Submit button.
  • The form submits even if the fields inside the BindableLayout have invalid values.

Question

How can I ensure that fields inside a BindableLayout within FormView trigger validation when submitting the form?

Environment

  • UraniumUI version: [latest]
  • .NET MAUI version: [latest]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant