bootstrap-switch-button icon indicating copy to clipboard operation
bootstrap-switch-button copied to clipboard

Bootstrap 4 plugin/widget that converts checkboxes into responsive toggles.

Results 11 bootstrap-switch-button issues
Sort by recently updated
recently updated
newest added

not sized with content if hidden at start

[{"_id":"671a31e0a434f1125f01ee9e","body":"the problem is the **getBoundingClientRect**() used at step #7 : Set button W\/H, lineHeight\r\n\r\nhttps:\/\/stackoverflow.com\/questions\/42691675\/how-to-getboundingclientrect-from-a-hidden-element-doesnt-work-on-ie","issue_id":1715570148619,"origin_id":603256439,"user_origin_id":62285954,"create_time":1585058500,"update_time":1585058500,"id":1729769952096,"updated_at":"2024-10-24T11:39:12.095000Z","created_at":"2024-10-24T11:39:12.095000Z"},{"_id":"671a31e0a434f1125f01ee9f","body":"Is there a fix \/ workaround for this?","issue_id":1715570148619,"origin_id":1329269737,"user_origin_id":18298829,"create_time":1669648243,"update_time":1669648243,"id":1729769952106,"updated_at":"2024-10-24T11:39:12.106000Z","created_at":"2024-10-24T11:39:12.106000Z"},{"_id":"671a31e0a434f1125f01eea0","body":"created a folk here where all works fine:\r\nhttps:\/\/github.com\/digittal\/bootstrap4-toggle","issue_id":1715570148619,"origin_id":1329417437,"user_origin_id":62285954,"create_time":1669654001,"update_time":1669654001,"id":1729769952116,"updated_at":"2024-10-24T11:39:12.115000Z","created_at":"2024-10-24T11:39:12.115000Z"},{"_id":"671a31e0a434f1125f01eea1","body":"Cheers! thank you @stphntlbt ","issue_id":1715570148619,"origin_id":1329496092,"user_origin_id":18298829,"create_time":1669657442,"update_time":1669657442,"id":1729769952121,"updated_at":"2024-10-24T11:39:12.120000Z","created_at":"2024-10-24T11:39:12.120000Z"}] comment

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...

dependencies

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...

dependencies

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...

dependencies

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.