Skip to content

FormView & Validation System

Compare
Choose a tag to compare
@enisn enisn released this 15 Jul 10:16
· 293 commits to master since this release

Xamarin.Forms.InputKit

CheckBox, 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 !


Build status
CodeFactor

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