angular2-datetimepicker icon indicating copy to clipboard operation
angular2-datetimepicker copied to clipboard

Not able to disable datetimepicker control

Open B-Tushar opened this issue 7 years ago • 0 comments

As per my requirement I want disable datetimepicker control depending on some condition. Html disabled not working.

<angular2-date-picker [(ngModel)]="date" [settings]="settings" disabled>

How I can disable datetimepicker ?

B-Tushar avatar Jun 06 '18 11:06 B-Tushar