HTML 5 input type=“date” not working in Firefox

前端 未结 5 1519
小蘑菇
小蘑菇 2020-12-05 19:40

I am using HTML5 , which works fine in Chrome and I get the calendar popup to select the date.

But in firefox it acts like

5条回答
  •  -上瘾入骨i
    2020-12-05 19:58

    `input type="date"` is not supported on mozilla
    

    check the link for list of supported events

提交回复
热议问题