We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd6efb commit 6df33f4Copy full SHA for 6df33f4
src/createField.js
@@ -33,7 +33,7 @@ const mapStateToProps = (state, props) => {
33
isFieldEnabled: field.isEnabled,
34
isValidating: field.isValidating,
35
touched: field.touched,
36
- value: field.value,
+ value: field.value || '',
37
};
38
39
0 commit comments