File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,6 @@ export default Ember.Mixin.create({
131
131
this . set ( 'errorMessage' , null ) ;
132
132
}
133
133
134
- // We reset the state if we had any custom error, so that they do not "stick" around
135
- input . setCustomValidity ( '' ) ;
136
-
137
134
// If the input was never validated, we attach an additional listener so that validation is
138
135
// run also on keyup. This makes the UX better as it removes error message as you type when
139
136
// you try to fix the errors
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-html5-validation" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " The default blueprint for ember-cli addons." ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
You can’t perform that action at this time.
0 commit comments