HTML 5 Input type='date' disable keyboard input. You can use onkeydown and prevent user from entering the value. <input type="date" onkeydown="return false" ...
確定! 回上一頁