We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2731787 commit cd66a45Copy full SHA for cd66a45
UPGRADE-3.0.md
@@ -132,7 +132,10 @@ UPGRADE FROM 2.x to 3.0
132
133
### Form
134
135
- * The `ChoiceToBooleanArrayTransformer`, `ChoicesToBooleanArrayTransformer`,
+ * The `max_length` option was removed. Use the `attr` option instead by setting it to
136
+ an `array` with a `maxlength` key.
137
+
138
+ * The `ChoiceToBooleanArrayTransformer`, `ChoicesToBooleanArrayTransformer`,
139
`FixRadioInputListener`, and `FixCheckboxInputListener` classes were removed.
140
141
* The `choice_list` option of `ChoiceType` was removed.
0 commit comments