Log in
Log into community
Join the Webstudio community
View all posts
Related posts
Was this helpful?
😞
😐
😃
Powered by
Hall
Active
Updated 4 weeks ago
0
Follow
How can I change a number input fiel?
How can I change a number input fiel?
Active
0
Follow
c
cramses.
2 months ago
·
How can I give a number input a plus and minus button at the sides instead of the up and down buttons?
Probably js and buttons, right?
But how can I remove the up and down buttons?
c
J
2 comments
Share
Open in Discord
c
cramses.
2 months ago
Chatgpt suggests this:
/* Remove number input spin buttons */
.number-input-container input[type="number"]::-webkit-outer-spin-button,
.number-input-container input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
But I can´t use that css in webstudio
J
John Siciliano
2 months ago
Yeah the solution would require custom code
Add a reply
Sign up and join the conversation on Discord
Join on Discord