Rudie Dirkx
Rudie Dirkx
@kristijanhusak @mikeerickson I don't use `modify()`. You?
How do you make the radio button field? Where/how do you call `disableFields()`?
You should add fields with `add()`, not `addField()`, but that's probably not it. Works fine for me. Both ways of adding. Don't know about the clickable label. Seems like your...
Nope. You're right. I didn't read good. Adding the `required` rule adds attributes to the children through `ParentType`, which messes up other attributes. This is why I never use `ChoiceType`...
I created custom `'radiobuttons'` and `'checkboxes'` fields, and only use `'select'` for dropdowns, never `'choice'`. I've been meaning to create an add-on package for all of that, but I've been...
Do you have examples?
Sounds good. Sounds like a PR!
Eh? Do you mean `template_prefix` in the config file? I don't use it, but it works, right?
I don't get it. What is `Templates`? It's dangerous to change the entire config structure. That would probably break bc.
I use form and row classes and custom CSS to do different layouts. There's many ways to do this. And every dev can do them. How much effort do you...