@code-forge/react-input-mask
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -5,3 +5,3 @@ { | ||
"author": "Alem Tuzlak", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -51,3 +51,3 @@ # React Input Mask | ||
In the example above, we've applied a mask to a phone number input field. The mask prop specifies the format of the phone number. | ||
In the example above, we've applied a mask to fill the word needed to complete the sentence. | ||
@@ -54,0 +54,0 @@ You can customize the mask to fit your needs by using a variety of special characters that represent different types of input. |
22150