reapplying the fix that was lost by conflict resolution
This commit is contained in:
@@ -63,6 +63,7 @@ var RibicaValidationMixin = {
|
|||||||
return Object.keys(errors).length === 0;
|
return Object.keys(errors).length === 0;
|
||||||
},
|
},
|
||||||
componentDidMount : function(){
|
componentDidMount : function(){
|
||||||
|
this.setState({errors: {}});
|
||||||
if (this.validations) {
|
if (this.validations) {
|
||||||
var self = this;
|
var self = this;
|
||||||
this.validations.getState = function() {
|
this.validations.getState = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user