gpt4 book ai didi

css - 如何删除选择上的默认值

转载 作者:行者123 更新时间:2023-11-28 04:54:19 25 4
gpt4 key购买 nike

我会尝试使用 -webkit-appearance:none, outline:none 但这个问题没有解决,请提供 CSS 解决方案以删除 chrome 中的默认值。 enter image description here

最佳答案

select:invalid { color: gray; }
<form>
<select required>
<option value="" disabled selected hidden>Please Choose...</option>
<option value="uno">one</option>
<option value="dos">two</option>
</select>
</form>

关于css - 如何删除选择上的默认值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40501761/

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