I have tested the input[type="search"]
and it does not show the clear (x)
icon when the bootstrap styles have been applied.
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: searchfield; } input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: searchfield-cancel-button; }
works for me on Chrome (on my Mac, but not on my iPhone...)
An issue related to yours has been already posted in their github
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With