From 843975af4b67e1a46edb278d49141b6f6069a1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=9A=D1=80?= =?UTF-8?q?=D1=8F=D0=B6=D0=B5=D0=B2?= Date: Mon, 25 Dec 2023 15:09:00 +0300 Subject: [PATCH] fix docs --- README.md | 5 +---- docs/guide.html | 2 +- docs/index.html | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a51b3f0f..51fd298d 100644 --- a/README.md +++ b/README.md @@ -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) - - - - ## Features * get and set *raw* and *unmasked* values easily * no external dependencies @@ -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) diff --git a/docs/guide.html b/docs/guide.html index 4b632441..c27b06c5 100644 --- a/docs/guide.html +++ b/docs/guide.html @@ -1611,7 +1611,7 @@

Treeshaking s repeatMask.updateOptions({ blocks: { r: { - autofix: eval(val), + repeat: eval(val), mask: '0', } }, diff --git a/docs/index.html b/docs/index.html index d6f29e4b..d84d3032 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,6 +29,7 @@

Features

  • reusable blocks
  • secure text entry
  • Enum and Range masks
  • +
  • Repeating blocks
  • convert and format values with pipe