Entering and validating data
A typical requirement for line of business apps is to enter data and also provide input validation for said data. Uno Platform provides a variety of different controls to allow users to enter data, in addition to dozens of libraries that support Uno Platform.
Note
While at the time of writing, there is no built-in support for input validation, input validation is planned to be supported by Uno Platform. This is because neither UWP nor WinUI 3 fully support input validation right now. To learn more about the upcoming input validation support, take a look at the following issue in the WinUI repository: https://github.com/microsoft/microsoft-ui-xaml/issues/179. The progress that's being made on this as part of Uno Platform is being tracked through this issue: https://github.com/unoplatform/uno/issues/4839.
To make our development process easier, first, let's add a reference to the Windows Community Toolkit controls:
- First, right...