TextInput description
Is there any better way than label() in TextInput to insert a description?
Solution:Jump to solution
You can chain the
->helperText('Add some text here')
to display some text below...2 Replies