feat(VInput): add new prop indent-details#21265
Conversation
7408605 to
56ecf35
Compare
|
bugbot run |
There was a problem hiding this comment.
Bug: Styling Breaks When Removing Plain Underlined Class
Removing the v-input--plain-underlined class from VTextField, VTextarea, and VFileInput components breaks styling for plain and underlined variants. The VInput.sass file still relies on this class for styling rules, including adjustments to prepend/append icon alignment and padding.
packages/vuetify/src/components/VTextField/VTextField.tsx#L166-L174
vuetify/packages/vuetify/src/components/VTextField/VTextField.tsx
Lines 166 to 174 in 56ecf35
packages/vuetify/src/components/VTextarea/VTextarea.tsx#L214-L226
vuetify/packages/vuetify/src/components/VTextarea/VTextarea.tsx
Lines 214 to 226 in 56ecf35
packages/vuetify/src/components/VFileInput/VFileInput.tsx#L187-L195
vuetify/packages/vuetify/src/components/VFileInput/VFileInput.tsx
Lines 187 to 195 in 56ecf35
BugBot free trial expires on June 13, 2025
You have used $0.00 of your $5.00 spend limit so far. Manage your spend limit in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with 👍 or 👎
56ecf35 to
7ba92cd
Compare
Motivation and Context
fixes #16679
Markup:
Details