gpt4 book ai didi

css - Google Chrome 输入类型 =“date” 强制

转载 作者:太空宇宙 更新时间:2023-11-03 23:45:23 24 4
gpt4 key购买 nike

我可以将 Google Chrome 中的日期字段设为必填吗?换句话说,我想从输入中删除取消('x')按钮。

The input example on JSFiddle .

<input type="date" name="start" id="start" value="2014-02-11">

enter image description here

当前的谷歌浏览器版本是 32.0.1700.107 m

最佳答案

应用required 使输入字段成为必填项

<input type="date" name="start" id="start" value="2014-02-11" required />

一个例子:http://jsfiddle.net/LnzKf/2/

关于css - Google Chrome 输入类型 =“date” 强制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21697279/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com