akmittal / angular2-datepicker

Angular2 date time picker
https://www.npmjs.com/package/angular2-datepicker
9 stars 17 forks source link

Prevent users from writing on data field #6

Open jpfsilva opened 7 years ago

jpfsilva commented 7 years ago

Is there any way to prevent users to write in the field? Also, is there a way to clear the fields? I tried [(ngModel)] but seams it isn't working.

Thank you in advance.