-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
When using the makeReactNativeField, the initialValue is no longer set (since v1.0.2).
I guess setFormikInitialValue hoc is not setting the initial value even if it is set in its props.
const setFormikInitialValue = WrappedInput => {
return class WithFocusProp extends React.PureComponent {
constructor(props) {
super(props);
props.formik.setFieldValue(props.name, "");
}
...Metadata
Metadata
Assignees
Labels
No labels