Datepicker angular

I have a datepicker with Angular . here is the question:

How to prevent a user from logging in? I just want the user to add a date from the popup.

+5
source share
1 answer

use readonly propery html

 <input type="text" readonly> 
+8
source

Source: https://habr.com/ru/post/1210792/


All Articles