-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
C: VTextareaT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing features
Milestone
Description
Problem to solve
Need max-grow prop
Proposed solution
for tailwindcss 4
@utility max-grow-* {
.v-field__input {
min-height: min(var(--v-input-control-height, 56px), --value([*]));
min-height: min(var(--v-input-control-height, 56px), --spacing(--value(integer)));
}
}
<v-textarea
class="max-grow-32"
auto-grow
no-resize />
its dublicated issue
#20195
Metadata
Metadata
Assignees
Labels
C: VTextareaT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing features