In this article, we will see how to disable arrows from the Number input.
Add This CSS in your style file
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
In this article, we will see how to disable arrows from the Number input.
Add This CSS in your style file
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }