Info
Version: | 1.0.0.1 |
Author(s): | JosuéYeray |
Last Update: | Saturday, June 15, 2013 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/WinRTValidations |
Install
Install-Package WinRTValidations
dotnet add package WinRTValidations
paket add WinRTValidations
WinRTValidations Download (Unzip the "nupkg" after downloading)
Dependencies
- WinRtBehaviors(1.0.3)
Tags
Adding a simple behavior to your textbox you can make text validations with regular expressions, numeric / non numeric or not empty conditions. Also you can control when the validation is realized: on loaded, on keypress, on tapped, on lost focus...