We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following does not render the as a non-breaking space, despite being in the -html attribute.
-html
<b-jumbotron header="test" lead-html="non breaking"> </b-jumbotron>
Demo link: https://codepen.io/jezmck/pen/gOajeGL
The text was updated successfully, but these errors were encountered:
fix: properly handle HTML props render order (closes #5363) (#5365)
844ecda
* fix(jumbatron): fix html props and ensure correct render order * Update html.js * Update visible.js * Update dropdown.js * Update modal.js * Update modal.spec.js * Update carousel-slide.js * Update card.js * Update carousel-slide.js * Update jumbotron.js * Update card-footer.js * Update card-header.js * Update input-group.js * Update progress-bar.js * Update mixin-caption.js * Update mixin-empty.js * Update mixin-thead.js * Unify prop utils * Update props.js * Merge remote-tracking branch 'origin/dev' into fix-jumbatron-html-props * Update dropdown.spec.js * Update dropdown.spec.js * Update dropdown.spec.js * Update dropdown.spec.js * Update modal.spec.js * Update modal.spec.js * Update breadcrumb-link.js * Update card-footer.js * Update card-header.js * Update form-select-option-group.js * Update form-datalist.js * Update test.yml * Merge remote-tracking branch 'origin/dev' into fix-jumbatron-html-props * Update toast.js * Update form-select.js * Update form-radio-check-group.js * Update mixin-thead.js Co-authored-by: Troy Morehouse <troymore@nbnet.nb.ca>
jacobmllr95
Successfully merging a pull request may close this issue.
The following does not render the
as a non-breaking space, despite being in the-html
attribute.Demo link: https://codepen.io/jezmck/pen/gOajeGL
The text was updated successfully, but these errors were encountered: