vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

e-ng-disabled="true" and e-ng-required="true" doesn't work on Date control #505

Closed codeshri closed 6 years ago

codeshri commented 8 years ago

Cannot disable Date control using ng-disabled looks like it is applying disable on a div instead of input elements. Following is how i am using it

{{ att.Value | date:"dd/MM/yyyy"}}

Also ng-required doesn't work on date.

Thanks! Shri

ckosloski commented 8 years ago

Try e-dateDisabled or e-readonly. You could try using onbeforesave to check for required fields before submitting.

ckosloski commented 7 years ago

@codeshri are you still having an issue?

ckosloski commented 6 years ago

@eugef Please close due to lack of response.

codeshri commented 6 years ago

Issue is fixed