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
helperText() is usually what is used
or placeholder for non-filled fields.
@toeknee Thanks! That was it, couldn't find it
Highly recommend phpStorm for auto-complete intelisense