It\'s a useful feature, to be sure, but is there any way to disable it? For instance, if the form is a single text field and already has a \"clear\" button beside it, it
To hide arrows and cross in a "time" input :
#inputId::-webkit-outer-spin-button, #inputId::-webkit-inner-spin-button, #inputId::-webkit-clear-button{ -webkit-appearance: none; margin: 0; }