input-format
Advanced tools
Comparing version 0.3.13 to 0.3.14
{ | ||
"name": "input-format", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "Formatting user's text input on-the-fly", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
@@ -147,2 +147,3 @@ # input-format | ||
* `defaultValue: string?` — (optional) Pass this parameter to specify the initial `value`. | ||
* `controlled: boolean?` — Pass `false` as the value for this parameter. | ||
@@ -149,0 +150,0 @@ The `<input/>` props returned from `useInput()` hook in "uncontrolled" mode will also be slightly different: |
286059
305