Recent browser updates have introduced new styling and functionality to input[type=number]
, including up and down buttons.
In Chrome, I was able to eliminate this added styling by accessing the shadow DOM and identifying the specific element.
However, dealing with Firefox is proving to be a different challenge. Does anyone know of a method to remove the up and down buttons on input[type=number]
in Firefox?
I found a potential solution in this online post, but the suggested extension did not fully address the issue.