简体   繁体   中英

input type = time clear field in safari

I have been using

<input type="time">

I testing it in Chrome and Safari. But in safari, the clear field(cross button) is not appearing. How to get the cross button to appear

Most browsers perform this function automatically with HTML5 now by using

<input type="search" placeholder="Search..."/>

Here is a live example

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM