-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Outlined text field in radio-group's label slot does not align correct #9864
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@mseele
Look here: https://vuetifyjs.com/en/components/selection-controls#checkboxes-inline-with-a-textfield |
This comment has been minimized.
This comment has been minimized.
First issue (input not in |
The label alignment issues have been resolved. In regards to the margin under the radio in the custom row implementation, just apply the If you have any additional questions, please reach out to us in our Discord community. |
For https://codepen.io/jkarczm/pen/NWPMgOP see #10360 (workaround may not work though, needs to be more specific to not affect text-field's label) |
Try this: |
Environment
Vuetify Version: 2.1.12
Vue Version: 2.6.10
Browsers: Chrome 78.0.3904.108
OS: Windows 10
Steps to reproduce
Having a v-textfield with style outlined inside a radio group does not look correct.
Expected Behavior
textfield and label should be aligned correct
Actual Behavior
Having a v-textfield with style outlined inside a radio group does not look correct.
If textfield is inside radio v-slot:label, the whole textfield and the label is to high.
If textfield just comes after radio, only label is rendered to high.
v-textfield without style outlined looks correct
Reproduction Link
https://codepen.io/mseele/pen/wvBBvgZ
The text was updated successfully, but these errors were encountered: