Unwanted up/down arrow inside the Numbaflow component #161
-
|
Using Numbaflow and generally it is working I am using the code from the examples However on desktops, I get this awful up/down arrow.
|
Beta Was this translation helpful? Give feedback.
Answered by
markiemarkus
Nov 5, 2025
Replies: 1 comment
-
|
added some css to get rid.... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
markiemarkus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

added some css to get rid....
/* src/styles/utilities.css */
.spin-hide::-webkit-inner-spin-button,
.spin-hide::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.spin-hide {
-moz-appearance: textfield;
}