We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d4125 commit adce067Copy full SHA for adce067
README.md
@@ -49,7 +49,7 @@ correctly-formatted `string`, return a `number`; otherwise, return a `string` or
49
50
#### `normalizeOnBlur?: (value: ?(string | number)) => ?(string | number)`
51
52
-If you provide this, it will be called with the output of `normalizeNumber`.
+If you provide this, it will be called with the output of `normalizeNumber` when the field loses focus.
53
54
#### `validate?: Validator | Array<Validator>`
55
0 commit comments