On your input element add this attribute and value…
onkeydown="return false;"
This will disable typed input and still allow using the calendar control input.
On your input element add this attribute and value…
onkeydown="return false;"
This will disable typed input and still allow using the calendar control input.