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
Before 3.6.12, inner icons were automatically centre aligned when there is only one row, and naturally aligned to top when more than one row. I don't think it's necessary as inner icons should always stay at the same place regardless of row changes. And it could introduce unknown pitfalls in various untested scenarios. So I deliberately removed center-affix in textarea.
For example, the provided reproduction link has issue of cross icon repositioned when typing into the second lines. It isn't the right direction to go. We want simple and robust UI.
v3.6.12 ensures it doesn't jump when go to next row, the following global default settings can be used in order to fit v-btn nicely into textarea inner slots
Environment
Vuetify Version: 3.6.12
Last working version: 3.6.11
Vue Version: 3.4.31
Browsers: Chrome 126.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Switch from v3.6.11 to v3.6.12 in the Playground to see the alignement issue
Expected Behavior
Everything should be aligned with no extra padding
Actual Behavior
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: