Answers for "remve arrow from input ype numbeer"

CSS
7

remve arrow from input ype number

/* copy and paste it in html style section or css section */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
Posted by: Guest on June-12-2021

Browse Popular Code Answers by Language