user3856699
user3856699

Reputation:

DatePicker angular

I have datepicker with Angular . here is the question:

How can to prevent user write to in input? I just want to let user add date from pop up.

Upvotes: 5

Views: 336

Answers (1)

Vaibhav Raut
Vaibhav Raut

Reputation: 472

use readonly propery of html

<input type="text" readonly>

Upvotes: 8

Related Questions