Skip to content

Commit 34d4125

Browse files
authored
docs(README.md): make summary more accurate [ci skip]
1 parent 04f1377 commit 34d4125

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
[![npm version](https://badge.fury.io/js/redux-form-numeric-field.svg)](https://badge.fury.io/js/redux-form-numeric-field)
88

99
A customized `redux-form` `Field` for entering numbers. It isn't contrary; it won't stop you from typing, pasting, or cutting
10-
any characters.
11-
When it loses focus it will normalize its value to a number, if valid; otherwise it will trim its value but leave it as a string,
12-
and produce a "must be a number" validation error.
10+
any characters, though it will produce a "must be a number" validation error immediately if the current input is invalid.
11+
When it loses focus it will normalize its value to a number, if valid; otherwise it will trim its value but leave it as a string.
1312

1413
## Usage
1514

0 commit comments

Comments
 (0)