Info
Version: | 2.0.0 |
Author(s): | eddydn |
Last Update: | Friday, July 7, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/xbroak/CharCountTextView |
NuGet Url: | https://www.nuget.org/packages/CharCountTextView |
Install
Install-Package CharCountTextView
dotnet add package CharCountTextView
paket add CharCountTextView
CharCountTextView Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Once bound to an EditText the characters remaining will go down as the user types.
If the user goes over the max limit you will get notified and the view will show how much they are over (-5 etc.) where you can disable UI accordingly.
Note: When the user has 10% or less characters remaining the text color will change to use the "exceededTextColor" below (Default: RED).