Closed
Description
Missing feature is from
bootstrap-vue
Docs
https://bootstrap-vue.org/docs/components/nav#comp-ref-b-nav-form-props
Describe the missing feature
BSV has form-class
prop to explicitly add classes to the form object. In our case, we're binding the $attrs to the BForm
, so for consistency/pairty with BSV I believe we should ad a wrapper-class
prop to BNavForm
.
I don't believe this is a blocker to release, since adding this should not be a breaking change, but it came up in the parity pass.
Validations
- Have tested with the latest version. This is still alpha version and sometime things change rapidly.
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided link is to the documentation of the missing feature.