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
I wanted to do something like the inline field label shown in the component examples in the docs, but couldn't find a suitable builtin. I think it's a nice halfway between MD's label-in-the-field strategy and while I could abuse the leading slot of the input, I think it makes more sense to be generic across input types.
I did end up copy/pasting the source but it would be cool if the FormField (or something) had an inline variant that did this.
Description
I wanted to do something like the inline field label shown in the component examples in the docs, but couldn't find a suitable builtin. I think it's a nice halfway between MD's label-in-the-field strategy and while I could abuse the
leading
slot of the input, I think it makes more sense to be generic across input types.I did end up copy/pasting the source but it would be cool if the FormField (or something) had an
inline
variant that did this.For reference:
ui/docs/app/components/content/ComponentExample.vue
Lines 162 to 167 in 50d68a6
Thanks for your consideration 😄
Additional context
No response
The text was updated successfully, but these errors were encountered: