-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Description
Right now, all form <label>
s are generated by applying FormRenderer::humanize() to the field name. If the rules being applied there don't match your use case, there's no other way than to pass each single label string manually, right?
So I'm suggesting to allow creating something like a custom "LabelGuesser", to apply your own rules. In my case, I'd be looking for a way to just take the very field name as label - a "NullGuesser" so to say ;-)