Dom
1
Q:

is there any way to remove the icon of input type number


  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,

  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;

  }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;

  }
 
2

New to Communities?

Join the community