mubaidr
mubaidr
NNuxt
Created by mubaidr on 4/8/2025 in #❓・help
Set default full-width for <UInput> in Nuxt UI
I have used following hack to make this hsppen for now:
formField: {
slots: {
container: "mt-1 relative custom-form-field",
},
},
formField: {
slots: {
container: "mt-1 relative custom-form-field",
},
},
and then add custom css:
.custom-form-field > div {
@apply w-full;
}
.custom-form-field > div {
@apply w-full;
}
5 replies