You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The styling examples documentation page uses the form-control class to style the <select> elements on the page. This works fine for the Bootstrap 4 styling, but in Bootstrap 5, the proper class names for <select> elements should be: form-select (and the size variants, e.g. form-select-sm). See the Bootstrap 5 docs for more.
I'm not familiar with Nunjucks, so I'm not sure what magic would be needed to fix this.
Expected behavior
When selecting the Bootstrap 5 theme, the class names for any <select> elements should be adjusted accordingly.
Bug description
The styling examples documentation page uses the
form-control
class to style the<select>
elements on the page. This works fine for the Bootstrap 4 styling, but in Bootstrap 5, the proper class names for<select>
elements should be:form-select
(and the size variants, e.g.form-select-sm
). See the Bootstrap 5 docs for more.I'm not familiar with Nunjucks, so I'm not sure what magic would be needed to fix this.
Expected behavior
When selecting the Bootstrap 5 theme, the class names for any
<select>
elements should be adjusted accordingly.Steps to reproduce
Additional context
N/A
The text was updated successfully, but these errors were encountered: