Replies: 2 comments 6 replies
-
After testing a bit more, I can confirm that the point number 2 above, does NOT happen on Android and it is working as expected...so issue only with Windows Forms. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I have 2 questions regarding the TextValidationBehavior I am testing out.
When you set the Invalid/Valid style colors...are these colors suppose to override those specified in the Styles.xaml file?
The reason I ask, is that I can only see a change once I commented out the Normal and Disabled VisualStates for the entry in the Styles.xaml file. I was hoping that I can still define my styles and let any validation process override as needed.
I think there is an issue with the behavior unless I am doing something wrong.
I am using the latest RC2 of MAUI and MCT.
If you create a new project and rig up an Entry control to the TextValidationBehavior, I get weird behaviour.
I set the minlength to 5 and max to 10, for this test.
What I found:
I thought it was something in the Styles.xaml that was causing this, so I commented everything out, but I have the same result.
Is this a bug or have I missed something somewhere.
Thanks,
Cornè
Beta Was this translation helpful? Give feedback.
All reactions