-
Notifications
You must be signed in to change notification settings - Fork 33
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
Feature : TextBox error handling #158
Comments
the spec for input validation is still under review on MS side: microsoft/microsoft-ui-xaml-specs#26
FirstNAmeValidation could be updated on FirstName changed (sync), based on rx-subcription (async/magic), or on demand (manual)
|
Specs are valid in WinUI 3.0 preview 1 so we should use that! It will need to be implemented in Uno first. |
Here's the sample in the WinUI gallery https://github.com/microsoft/Xaml-Controls-Gallery/blob/winui3preview/XamlControlsGallery/ControlPages/InputValidationPage.xaml.cs
|
Related to unoplatform/uno#4839 |
To offer error state in textbox, can we use an attachedproperty and use something like
INotifyDataErrorInfo or something similar ?
The text was updated successfully, but these errors were encountered: