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 ccda328 commit 04f1377Copy full SHA for 04f1377
README.md
@@ -29,10 +29,11 @@ const { NumericField } = require('redux-form-numeric-field/immutable')
29
30
## Example
31
32
-The following field will trim its text when it loses focus:
+The following field will normalize its value to a number when it loses focus
33
+(unless the text is not a valid number, in which case it will just trim the text when it loses focus).
34
35
```js
-<NumericField name="name" component={YourInputComponent} />
36
+<NumericField name="value" component={YourInputComponent} />
37
```
38
39
## API
0 commit comments