File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ npm version] ( https://badge.fury.io/js/redux-form-numeric-field.svg )] ( https://badge.fury.io/js/redux-form-numeric-field )
8
8
9
9
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.
13
12
14
13
## Usage
15
14
You can’t perform that action at this time.
0 commit comments