You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -454,6 +455,10 @@ A function that takes the value from the form values and the name of the field a
454
455
455
456
**Note: If you pass `null` to `format`, it will override the default behavior of converting `undefined` into `''`. If you do this, making sure your inputs are "controlled" is up to you.**
456
457
458
+
#### `formatOnBlur?: boolean`
459
+
460
+
If `true`, the `format` function will only be called when the field is blurred. If `false`, `format` will be called on every render. Defaults to `false`.
461
+
457
462
#### `isEqual?: (a: any, b: any) => boolean`
458
463
459
464
[See the 🏁 Final Form docs on `isEqual`](https://github.com/final-form/final-form#isequal-a-any-b-any--boolean).
0 commit comments