BFormTags Migration
Migration notes for BFormTags from BootstrapVue to BootstrapVueNext.
BFormTags Migration
Summary
Migration notes for BFormTags from BootstrapVue to BootstrapVueNext.
Affected APIs
- BFormTags
- BFormSelect
Breaking Change
In BootstrapVue, the event handlers for some of the other input controls, like BFormSelect, lined up with the inputHandlers for the default slot's scoped properties such that one could directly bind them. See the BootstrapVue documentation for an example. This is no longer the case with BootstrapVueNext.
In general BootstrapVueNext preferred clean APIs to enabling this kind of matching of events, so many of the advanced examples in the BFormTags docs are more explicit when binding attributes from other controls. Please take a look at these examples for guidance when migrating.
Migration Notes
- Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.
Safe Automatic Rewrite
Yes. This entry is mostly mechanical and can usually be rewritten automatically when the surrounding code matches the documented patterns.
Related Migrations
- None