HTML 使用 CSS 移除 input datalist 下拉箭头

HTML CSS About 154 words

需求

input配置了datalist后,输入框尾部会带一个下拉箭头,需要去掉。

样式

[list]::-webkit-calendar-picker-indicator {
    display: none !important;
}

注意

Chrome 91版本后必须加!important才能生效。

Views: 1,217 · Posted: 2023-09-15

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓


Today On History
Browsing Refresh