Bootstrap v4.0.0-beta.3 doesn't show checkbox on link modal
See original GitHub issuesteps to reproduce
- Use bootstrap v4.0.0-beta.3 css
- Use summernote bs4
- Click link toolbar button
- No checkbox for open in new window
browser version and os version and summernote version
What is your browser and OS? Firefox - Windows 10
What is your summernote version? 0.8.9
screenshot of issue
New implementation is:
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck1">
<label class="custom-control-label" for="customCheck1">Check this custom checkbox</label>
</div>
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:12 (2 by maintainers)
Top Results From Across the Web
Migrating to v4 - Bootstrap
Rewrote component with flexbox. Given move to flexbox, alignment of dismiss icons in the header is likely broken as we're no longer using...
Read more >Bootstrap-Switch on Modal loaded from remote page
I'm trying to use Bootstrap-Switch to toggle my checkboxes. It works fine on a normal page, or a modal thats pre-loaded into the...
Read more >The Modal Component in Bootstrap 4 - jQuery-AZ
In this tutorial, I will show you how to create modals by using Bootstrap 4 ... <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0 ...
Read more >node_modules/bootstrap-vue/CHANGELOG.md - GitLab
b-link: ensure href prop is not passed to router-links (fixes #3066) (#3084 ... should work without major changes when Bootstrap V4.0.0-beta.3 is released....
Read more >Bootstrap 4 Toggle Switch Button Checkbox - GitHub Pages
Installation. CDN. <link href="https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.6.1/css/bootstrap4-toggle.min.css" rel="stylesheet"> <script ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Bootstrap 4 has been released, this issue must be fixed in summernote-bs4.js offcially.
The broken checkbox is very embarrassing for your bs4 users with consumer facing clients. Please consider an immediate fix. Even changing the code to a standard checkbox would be better than a non-functional custom one.