You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing around wit this yesterday and noticed the"spinner" (increment/decerement buttons) is occupying a prepend-inner slot, -append normally, -prepend if reverse applied.
My conclusion is that in the current setup, padding/margin for both user append-inner slot content AND a spinner content is not possible.
Is there anywhere in system a case where 2 inner slots are living one next to each other like in this design ?
A possible solution would be to seperate the spinner into a component that handles it's own padding and position, and remove it from occupying the slot.
Environment
Vuetify Version: 3.7.5
Vue Version: 3.5.13
Browsers: Chrome 131.0.0.0
OS: Linux x86_64
Steps to reproduce
I'm really digging the new
VNumberInput
I've notice inconsistencies of v-prepend-icon padding in my app
Take a look at the repro
Expected Behavior
.v-field.v-field-prepended should give 12pxv
Actual Behavior
there is 0px padding in v-number-input
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Why this is called VNumberInput and not VNumberField?
The text was updated successfully, but these errors were encountered: