33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>jQuery.InputMask</id>
|
|
<version>2.5.10</version>
|
|
<title>jQuery Input Mask</title>
|
|
<authors>Robin Herbots</authors>
|
|
<owners>Robin Herbots</owners>
|
|
<licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
|
|
<projectUrl>https://github.com/RobinHerbots/jquery.inputmask</projectUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>jquery.inputmask is a jquery plugin which create an input mask.
|
|
|
|
An inputmask helps the user with the input by ensuring a predefined format. This can be useful for dates, numerics, phone numbers, ...
|
|
|
|
Highlights:
|
|
- easy to use
|
|
- optional parts anywere in the mask
|
|
- possibility to define aliases which hide complexity
|
|
- date / datetime masks
|
|
- numeric masks
|
|
- lots of callbacks
|
|
- non-greedy masks
|
|
- many features can be enabled/disabled/configured by options
|
|
- supports readonly/disabled/dir="rtl" attributes
|
|
- support data-inputmask attribute
|
|
- multi-mask support
|
|
- regex-mask support
|
|
- value formatting without input element</description>
|
|
<summary>jquery.inputmask is a jquery plugin which create an input mask.</summary>
|
|
<tags>jQuery, plugins, input, form, inputmask, mask</tags>
|
|
</metadata>
|
|
</package> |