Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Dec 25, 2023
1 parent f851e0f commit 843975a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -5,10 +5,6 @@ vanilla javascript input mask
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Coverage Status](https://coveralls.io/repos/github/uNmAnNeR/imaskjs/badge.svg?branch=master)](https://coveralls.io/github/uNmAnNeR/imaskjs?branch=master)

<a href="https://opencollective.com/imask/donate" target="_blank">
<img src="https://opencollective.com/imask/donate/button.png?color=blue" width=300 />
</a>

## Features
* get and set *raw* and *unmasked* values easily
* no external dependencies
Expand All @@ -29,6 +25,7 @@ vanilla javascript input mask
- secure text entry
- **[Enum](https://imask.js.org/guide.html#masked-enum)** and **[Range](https://imask.js.org/guide.html#masked-range)** masks
* convert and format values with **[pipe](https://imask.js.org/guide.html#pipe)**
- **[Repeating](https://imask.js.org/guide.html#repeat)** blocks

## Plugins
* [Vue plugin](https://github.com/uNmAnNeR/imaskjs/tree/master/packages/vue-imask)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide.html
Expand Up @@ -1611,7 +1611,7 @@ <h3 id="treeshaking" class="section-h"><a href="#treeshaking">Treeshaking <kbd>s
repeatMask.updateOptions({
blocks: {
r: {
autofix: eval(val),
repeat: eval(val),
mask: '0',
}
},
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Expand Up @@ -29,6 +29,7 @@ <h4>Features</h4>
<li>reusable blocks</li>
<li>secure text entry</li>
<li><a href="guide.html#masked-enum"><strong>Enum</strong></a> and <a href="guide.html#masked-range"><strong>Range</strong></a> masks</li>
<li><a href="guide.html#repeat"><strong>Repeating</strong></a> blocks</li>
</ul>
<li>convert and format values with <a href="guide.html#pipe"><strong>pipe</strong></a></li>
</ul>
Expand Down

0 comments on commit 843975a

Please sign in to comment.