Can anyone tell me how to split arrows when using HTML input type is number
<input type="number">
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
By using above css i can able to hide arrows. Like that is there is anyway to split arrows.