Skip to content

Commit 09b6dd9

Browse files
authored
Add dropped Form inline property to migration guide (#776)
1 parent 326dd01 commit 09b6dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/migration-guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ the [Bootstrap grid docs](https://getbootstrap.com/docs/5.0/layout/grid/#row-col
118118
- <span class="badge bg-danger">Breaking</span> Dropped `base_class` property.
119119
- <span class="badge bg-danger">Breaking</span> Dropped `base_class_active` property.
120120

121+
### Form
122+
- <span class="badge bg-danger">Breaking</span> Dropped `inline` property. Use the grid utilities instead. See [the documentation](/docs/components/form) for examples.
123+
121124
### FormGroup
122125
- <span class="badge bg-danger">Breaking</span> Dropped `FormGroup`. It is no longer necessary to use `FormGroup` to align components in a form. Use `Row` `Col` and gutter modifier classes and spacing utilities instead. See [the documentation](/docs/components/form) for examples
123126

0 commit comments

Comments
 (0)