Skip to content

Commit 01ba073

Browse files
committed
added deprecation warning to masked component, installed "alerts" plugin in books.json
1 parent 1776265 commit 01ba073

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
_book/
2+
node_modules/

book.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"plugins": ["alerts"]
3+
}

fields/masked.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
> **[danger] DEPRECATION WARNING**
2+
>
3+
> The Masked Input Plugin this component is based on is no longer in active development. This field will be removed in v3.
4+
5+
16
# Masked input field
27
This is a masked input field for formatted string values. (e.g. phone number, zip code, card numbers...etc)
38

0 commit comments

Comments
 (0)