Skip to content

Commit

Permalink
docs(input): update Maskito documentation link (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Aug 8, 2023
1 parent 20981f3 commit 7e081fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ import FilteringData from '@site/static/usage/v7/input/filtering/index.md';

## Input Masking

Input masks are expressions that constrain input to support valid input values. Ionic recommends using [Maskito](https://tinkoff.github.io/maskito/getting-started/what-is-maskito) for input masking. Maskito is a lightweight, dependency-free library for masking input fields. It supports a wide range of masks, including phone numbers, credit cards, dates, and more.
Input masks are expressions that constrain input to support valid input values. Ionic recommends using [Maskito](https://maskito.dev) for input masking. Maskito is a lightweight, dependency-free library for masking input fields. It supports a wide range of masks, including phone numbers, credit cards, dates, and more.

To get started with Maskito, install the library:

Expand Down

1 comment on commit 7e081fa

@vercel
Copy link

@vercel vercel bot commented on 7e081fa Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-ionic1.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app

Please sign in to comment.