Form Field Description

Is there a way to add a description to a form field? Like for the table columns? I have a form but want to add a small description to some date fields for some explanations, but can't find something to make this work? or is this gonna need to be a new functionality?
3 Replies
toeknee
toeknee2y ago
helperText() is usually what is used or placeholder for non-filled fields.
stijntrinos
stijntrinosOP2y ago
@toeknee Thanks! That was it, couldn't find it
toeknee
toeknee2y ago
Highly recommend phpStorm for auto-complete intelisense

Did you find this page helpful?