Skip to content

Instantly share code, notes, and snippets.

@elias1435
Created April 5, 2024 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elias1435/1525b7b22942cd034c625182dd40162a to your computer and use it in GitHub Desktop.
Save elias1435/1525b7b22942cd034c625182dd40162a to your computer and use it in GitHub Desktop.
number input field increase and decrease handler always display with css only
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
opacity: 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment