-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug Report][3.6.12] v-textarea and v-text-field icon/button alignment issue #20159
Comments
|
@yuwu9145 Thank you for checking on that. I tested center-affix already but it forces the "single-line" prop (which removes the label). So, does this mean: Having a centred icon-button inside an append-inner slot and showing the label is not possible any more? Or do you have a hint how to archive this? Or should I open an issue regarding center-affix not to force single-line (or at least not removing the label). (example use case: a bunch of v-text-field, readonly, displaying a value and the corresponding label, the slot contains a component with a "copy to clipboard" button) |
@mschoeffmann I had the same pain. bc2f96a has been made on master branch. So center-affix will only set single-line when it's default null, but showing labels can be enforced by explicitly set single-line to a Boolean false |
@mschoeffmann We are going to revert this breaking change #20173, but all changes that were talked about in this thread will be available on dev branch and in a future release |
Environment
Vuetify Version: 3.6.12
Last working version: 3.6.11
Vue Version: 3.4.31
Browsers: Safari 17.5
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.
The provided workaround in #20154 does have some unwanted side effects:
The center-affix also has unwanted side effects:
Expected Behavior
Everything should be aligned as in 3.6.11.
If center-affix would not remove the label, this would be a workaround.
Actual Behavior
Reproduction Link
https://play.vuetifyjs.com/#...
(v-btn style just for better visualisation of ripple/hover background)
Other comments
Could be related to #20064, #20134 and #20154.
The text was updated successfully, but these errors were encountered: