You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEBUG: Ember : 3.14.1
index.js:194 DEBUG: Ember Data : 3.13.1
index.js:194 DEBUG: jQuery : 3.4.1
index.js:194 DEBUG: Ember Bootstrap : 2.8.1
index.js:194 DEBUG: Ember Simple Auth : 2.1.0
"ember-cp-validations": "^4.0.0-beta.10",
Validator works as expected, but only when I click on specific field. So If I click submit button without fill any field - there no error notification (but validation return "false" - not valid). In the past versions this.set('didValidate', true); - solved this problem.
DEBUG: Ember : 3.14.1
index.js:194 DEBUG: Ember Data : 3.13.1
index.js:194 DEBUG: jQuery : 3.4.1
index.js:194 DEBUG: Ember Bootstrap : 2.8.1
index.js:194 DEBUG: Ember Simple Auth : 2.1.0
"ember-cp-validations": "^4.0.0-beta.10",
Validator works as expected, but only when I click on specific field. So If I click submit button without fill any field - there no error notification (but validation return "false" - not valid). In the past versions
this.set('didValidate', true);
- solved this problem.UPDATE:
So the problem was in
validated-input.js
,didValidate
si not computed anymore. AdddidValidate
to eachvalidated-input
solve problem:Is this solution is right way to show validations? Thanks!
The text was updated successfully, but these errors were encountered: