TextInput description
Is there any better way than label() in TextInput to insert a description?

Solution
You can chain the
->helperText('Add some text here') to display some text below...