Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

input number hide arrows


/* hide arrows
 Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}
 
PREVIOUS NEXT
Tagged: #input #number #hide #arrows
ADD COMMENT
Topic
Name
1+2 =