rd-dev-ukraine / angular-io-datepicker

MIT License
21 stars 18 forks source link

Restricting manual enter of date and time #35

Closed HarshaVardhanPVK closed 6 years ago

HarshaVardhanPVK commented 6 years ago

How to restrict user from entering or modifying date and time manually.

eugenesaenko commented 6 years ago

Use disabled flag

HarshaVardhanPVK commented 6 years ago

Hi, if I set disabled flag to true then datepicker is also getting disabled, but I only want to restrict manual modification in text box and datepicker should work normally.