Empty label not supported anymore for some components

In v3 I was able to have a components, like the repeater, without a label
Repeater::make('rules')
->label('')
Repeater::make('rules')
->label('')
The same code now works different. It will default to the make parameter to generate the label. Same thing is happening for other inputs like the TextInput Any idea how to get rid of the label.
No description
Solution:
Did you try hiddenLabel()?
Jump to solution
2 Replies
Solution
Azad Furkan ŞAKAR
Did you try hiddenLabel()?
Will Aguilar
Will AguilarOP3w ago
Didn't. I knew there had to be something obvious 🤦‍♂️

Did you find this page helpful?