We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4043688 commit bf36979Copy full SHA for bf36979
1 file changed
src/components/Input.js
@@ -9,7 +9,7 @@ class Input extends Component {
9
hasChanged: false,
10
hasFocus: false,
11
id: this.props.identifier || undefined,
12
- isValid: false,
+ isValid: this.props.validation ? false : true,
13
justChanged: false,
14
value: this.props.value || "",
15
valueMask: this.props.valueMask || undefined
0 commit comments