We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4043688 + bf36979 commit d2f6d9fCopy full SHA for d2f6d9f
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