I tried to create an date type input field that would not take key value from keyboard. I used
<input type="date" (keypress)="false"/> 
This keypress event working on Chrome browser
but not working on Mozilla Firefox.
I tried to create an date type input field that would not take key value. I used
<input type="date" (keypress)="false"/> 
This is working on Chrome browser
 
     
    