Unable to style -webkit-outer-spin-button of <input> inside Shadow DOM #121
-
Context: I tried
wa-input::part(input)::-webkit-outer-spin-button {
display: none;
} -> Result: Did not work
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is, unfortunately, "impossible" to my knowledge without poking into the shadow root. However, if you're not using any of the other interactive functionality, considering using our new native styles and a regular |
Beta Was this translation helpful? Give feedback.
This is, unfortunately, "impossible" to my knowledge without poking into the shadow root. However, if you're not using any of the other interactive functionality, considering using our new native styles and a regular
<input>
.