AlphaNumericPlus 1.0.2
dotnet add package AlphaNumericPlus --version 1.0.2
NuGet\Install-Package AlphaNumericPlus -Version 1.0.2
<PackageReference Include="AlphaNumericPlus" Version="1.0.2" />
paket add AlphaNumericPlus --version 1.0.2
#r "nuget: AlphaNumericPlus, 1.0.2"
// Install AlphaNumericPlus as a Cake Addin #addin nuget:?package=AlphaNumericPlus&version=1.0.2 // Install AlphaNumericPlus as a Cake Tool #tool nuget:?package=AlphaNumericPlus&version=1.0.2
This plugin provider a way to limit an input to either alpha, numeric, alphanumberic. It also has options to control additional characters allowed, not allowed, as well as controlling negative and decimal signs, and cut and paste functionality. This was adapted from the original alphanumeric.js plugin by by Paulo P. Marinas.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 2.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.2
Bug fix for supporting the correct keycode in IE < 9
Version 1.0.1
Added support for limiting the digits after a decimal, when onedecimal option is set
digitsafterdecimal - stops the number of digits allowed after decimal place
Version 1.0.0
allow - add excempted characters to the rule of prevention
ichars - define a custome set of characters to prevent
allcaps - allow only capital letters to be entered
nocaps - allow only lowercase characters to be entered
onedecimal - only allows 1 decimal
allownegative - only allow 1 dash as first char
blockcntlkey - stops control key commands from working