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 77[ ![ npm version] ( https://badge.fury.io/js/redux-form-numeric-field.svg )] ( https://badge.fury.io/js/redux-form-numeric-field )
88
99A 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
You can’t perform that action at this time.
0 commit comments