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
Describe the bug
I am using a FormView and have used a binding to a bool ObservableProperty in the ViewModel to the IsValidated property. But in the ViewModel the value is always false, even when no warnings on the form.
To Reproduce
Steps to reproduce the behavior:
Create a Maui ContentView.
Assign the View to a ContentPage.
Assign the ViewModel to the ContentPage.
In the ViewModel create an observableproperty of type bool and name IsValidated.
In the ContextView create a FormView and set the IsValidated property to "{Binding IsValidated}"
Add a TextField to the form with validation for RequiredValidation.
On running the app, if the text field is empty, I see the Required warning, if the text field has content the warning disappears as expected. However in both case on clicking the Submit button, the property in the VM called IsValidating is always false.
Expected behavior
IsValidated property in the ViewModel should show true when there are no issues on the form.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows 11
Browser Chrome
Version 111.0.5563.111
Smartphone (please complete the following information):
Device: Samsung s8
OS: Android
Browser Built-in
Version
Additional context
Problem tested in emulators. API 33 Pixel 5 Android 13
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using a FormView and have used a binding to a bool ObservableProperty in the ViewModel to the IsValidated property. But in the ViewModel the value is always false, even when no warnings on the form.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
IsValidated property in the ViewModel should show true when there are no issues on the form.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Problem tested in emulators. API 33 Pixel 5 Android 13
The text was updated successfully, but these errors were encountered: