FormView & Validation System
Xamarin.Forms.InputKitCheckBox, Radio Button, Labeled Slider, Dropdows etc. |
What's New ?
AdvancedEntry added. It contains many feature to make your job easy. Just explore it. Don't forget add alert.png to your project to display validation warning icon.
You can use FormView to validate your inputs. Just put your controls inside FormView and set their IsRequired property to True. Then bind FormView's IsValidated property. It'll send to your viewmodel validation status.
You can create your own Validatable controls to use with formview. Just create a control and inherit from IValidatable interface and implement it. Return IsValidated property by your own rule. FormView will find it. That's awesome !
Nuget Package Available: : Xamarin.Forms.InputKit on NuGet
Sample Project Available: : Sample.InputKit on GitHub
Source Codes Available Too: : Plugin.InputKit on GitHub
Available Platforms
Platform | Version | Supported |
---|---|---|
Android | MonoAndroid80 | YES |
iOS | Xamarin.iOS10 | YES |
UAP | - | NO |
MAC | Xamarin.Mac20 | YES |
WatchOS | Xamarin.WatchOS10 | YES |
.NET Standard | 2.0 | YES |
.NET Standard | 1.0 | NO |