bootstrap-switch-button
bootstrap-switch-button copied to clipboard
Bootstrap 4 plugin/widget that converts checkboxes into responsive toggles.
not sized with content if hidden at start
the toggle is not sized at the label's content (onlable or offlabel) if the container that contains it is hidden at the initialisation. the toggle and its container are not...
## Description This MR resolve #14 resolve #21 Solution proposed by @matthew-banning https://github.com/matthew-banning/bootstrap-switch-button/commit/7a8473e12c26dadab11a3575ddcfc
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Hi, Great work on this! I noticed a bug when making a input disabled. It displays only ON state when disabled. ` CAR HOUSE ` The secong checkbox HOUSE should...
When adding the bootstrap switch button in a cell that has datatables(https://datatables.net/) enabled for that, the switch button did not work on page two and after.
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Suggestion: allow the user to access and modify the switch button using their keyboard (as they would for a standard checkbox). I.e., the tab key focuses the button and the...
On your code you replace window.onload by your functionnality, instead of adding your's to list of existing I propose you to use this way /** * Replace all `.switch-button` inputs...
If the switch is disabled, it remain ON, also with "unchecked" property.