input input box type='search' remove ×

When entering input, in order to make the progress of the ios keyboard change to search, set the input type='search' but there will be a small fork behind the Android input box, which is not actually needed ×

 

Solution:

input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}

 

 



Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325246199&siteId=291194637