The front end Input type=search The default cross is not displayed by the CSS January 18, 2024 by Sarah Carter No Comments html <input type="search" value="Example"> Copy the code css input[type="search"]::-webkit-search-cancel-button { /* Remove default */ -webkit-appearance: none; } Copy the code