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
inputMessageLabel changes based on previous user input.
This is cool, but that type of changing message would better be placed as a placeholder. Unfortunately I can't use a transition in the placeholder like I'm doing here, because there's no slot for it.
Proposed solution
Have a slot for placeholder that works analog to the slot for label
The text was updated successfully, but these errors were encountered:
Problem to solve
v-textarea
has a template slot forlabel
which is useful to customize the label.My current use case is to have a smooth transition if the label changes based on previous user input:
inputMessageLabel
changes based on previous user input.This is cool, but that type of changing message would better be placed as a placeholder. Unfortunately I can't use a transition in the placeholder like I'm doing here, because there's no slot for it.
Proposed solution
Have a slot for
placeholder
that works analog to the slot forlabel
The text was updated successfully, but these errors were encountered: