Back to migration overview

BFormTextarea Migration

Migration notes for BFormTextarea from BootstrapVue to BootstrapVueNext.

View Source Edit this page on GitHub Migration Notes

BFormTextarea Migration

Summary

Migration notes for BFormTextarea from BootstrapVue to BootstrapVueNext.

Affected APIs

  • BFormTextarea
  • BLink

Breaking Change

Access to the native textarea element is implemented differently due to changes in how Vue 3 handles references. Use the element property from the component's template ref instead of accessing $refs directly. See the BFormTextarea documentation for more details.

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.

  • None