Back to migration overview

BInputGroup Migration ​

Migration notes for BInputGroup from BootstrapVue to BootstrapVueNext.

View Source Edit this page on GitHub Migration Notes

BInputGroup Migration ​

Summary ​

Migration notes for BInputGroup from BootstrapVue to BootstrapVueNext.

Affected APIs ​

  • BInputGroup
  • BInputGroupAppend
  • BInputGroupPrepend
  • BInputGroupAddon
  • BLink
  • BInputGroupText

Breaking Change ​

This also has implications on the use of <BInputGroupText> - in BootstrapVue, this component was used form grouping sub-components. In BootstrapVueNext, <BInputGroupText> should only be used to apply styles to textual elements appended or prepended to a group. Using it to group components breaks the automatic append and prepend stylings.

See the v-html section for information on deprecation of the append-html and prepend-html props.

Migration Notes ​

  • Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.
  • Review related migrations for shared prop, event, and slot changes.

Safe Automatic Rewrite ​

Yes. This entry is mostly mechanical and can usually be rewritten automatically when the surrounding code matches the documented patterns.