Tiny and Powerful Library for limit an entry (text box,input) as number
,string
or more...
Add the following line to your .html
file:
<script src="https://cdn.jsdelivr.net/gh/BaseMax/FilterInputJs@master/dist/index.min.js"></script>
or download the minified file
- Fast
- Compact
- No dependencies
- Easy using Filters
- [x] Decimal
- [x] !Decimal (a decimal , not empty)
- [x] Integer
- [x] !Integer (a integer , not empty)
- [ ] String (any character , no number)
- [ ] !String (a string , not empty)
- [ ] Alphabet (english,farsi:persian,arabic,china,...)
- [ ] !Alphabet (english,farsi:persian,arabic,china,...) not empty!
- [ ] Any (any char or empty)
- [ ] !Any (any char , not empty)
currently , only work on <input>
tag.
- [x] input
- [ ] textarea
- [ ] select
Argument Name | Goal |
---|---|
data-filter | Set type of Filter for a tag |
data-filter-lang | Restrict allowed languages (soon) |
To view the full details, run the example .html file.
Decimal :
<input data-filter="decimal" value="5.64">
Integer :
<input data-filter="integer" value="91">
soon will be complete.
You can choose multiple languages.
Separate them with ,
.
soon will be complete.
npm run dev
npm run build # build the production files
FilterInput is licensed under the GNU General Public License.