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
We already have to possibility to add help text to a FormField, but I don't always want to bloat my page with this. Would be really nice if we could have an option like tooltip="Some helper text" that automatically shows an icon next to the label.
Of course this can be done with the #label slot. But I think this quite normal/useful to have in e.g. dashboard etc.
Additional context
The text was updated successfully, but these errors were encountered:
Description
We already have to possibility to add help text to a
FormField
, but I don't always want to bloat my page with this. Would be really nice if we could have an option liketooltip="Some helper text"
that automatically shows an icon next to the label.Of course this can be done with the
#label
slot. But I think this quite normal/useful to have in e.g. dashboard etc.Additional context
The text was updated successfully, but these errors were encountered: