Skip to content

Commit adce067

Browse files
authored
docs(README.md): improve docs for normalizeOnBlur [ci skip]
1 parent 34d4125 commit adce067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ correctly-formatted `string`, return a `number`; otherwise, return a `string` or
4949

5050
#### `normalizeOnBlur?: (value: ?(string | number)) => ?(string | number)`
5151

52-
If you provide this, it will be called with the output of `normalizeNumber`.
52+
If you provide this, it will be called with the output of `normalizeNumber` when the field loses focus.
5353

5454
#### `validate?: Validator | Array<Validator>`
5555

0 commit comments

Comments
 (0)