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
Use a more version of Bootstrap to have access to all the new features and improvements.
bootstrap-switch
bootstrap-select
build.sbt
"bootstrap-sass" % 3.4.1
"bootstrap" % 4.6.1
https://designmodo.com/migrate-bootstrap-4/
.html
<select>
All pages should render correctly. It should then be possible to migrate to Bootstrap 5 🙂
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivation
Use a more version of Bootstrap to have access to all the new features and improvements.
Identified Obstacles
bootstrap-switch
andbootstrap-select
with the corresponding components in Bootstrap 4.Implementation Guideline
build.sbt
replace"bootstrap-sass" % 3.4.1
with"bootstrap" % 4.6.1
and removebootstrap-select
andbootstrap-switch
.https://designmodo.com/migrate-bootstrap-4/
to fix all the templates in here and all the CSS files in here.html
template files replace all usage of the<select>
element with the Dropdown component in BootstrapExpectations
All pages should render correctly. It should then be possible to migrate to Bootstrap 5 🙂
The text was updated successfully, but these errors were encountered: