AlphaNumericPlus 1.0.2

dotnet add package AlphaNumericPlus --version 1.0.2
NuGet\Install-Package AlphaNumericPlus -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AlphaNumericPlus" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlphaNumericPlus --version 1.0.2
#r "nuget: AlphaNumericPlus, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 6,041 10/8/2013
1.0.1 1,363 9/25/2013
1.0.0 1,355 8/14/2013

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