Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd66a45

Browse files
bradbyunicolas-grekas
authored andcommitted
Update UPGRADE FROM 2.x to 3.0
1 parent 2731787 commit cd66a45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

UPGRADE-3.0.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ UPGRADE FROM 2.x to 3.0
132132

133133
### Form
134134

135-
* The `ChoiceToBooleanArrayTransformer`, `ChoicesToBooleanArrayTransformer`,
135+
* 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`,
136139
`FixRadioInputListener`, and `FixCheckboxInputListener` classes were removed.
137140

138141
* The `choice_list` option of `ChoiceType` was removed.

0 commit comments

Comments
 (0)