Skip to content

Commit ea37a46

Browse files
committed
Add warning note about using inputType="number" or "tel"
1 parent 9fab3d1 commit ea37a46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ All other attributes are applied to the input element. For example, you can int
129129
| suffix | '' | Currency suffix |
130130
131131
132+
**Note:** Enabling any mask-related features such as prefix, suffix or separators
133+
with an inputType="number" or "tel" could trigger errors. Most of those characters
134+
would be invalid in such input types.

0 commit comments

Comments
 (0)