jw-bootstrap-switch-ng2
jw-bootstrap-switch-ng2 copied to clipboard
Bootstrap Switch for Angular 2+
For some toggle implementations, it is not as obvious as ON|OFF what the second state is when you can't see it. In my case, the two state are Show: RECENT|ALL....
### Bug Report or Feature Request (mark with an `x`) ``` - [X] bug report -> please search issues before submitting ``` ### Versions. Angular: 11.2.7 jw-bootstrap-switch-ng2: 2.0.5 ### Repro...
### Bug Report or Feature Request. #Issue# ###Angular 7# Here switch in html section:- {{branch.isDefault}} Here is Ts code:- onBranchDefault(i: number, event: {currentValue: boolean, previousValue: boolean}) { this.data.branchDetails[i].isDefault = false;...
### Bug Report or Feature Request (mark with an `x`) ``` - [* ] bug report - [ ] feature request ``` ### Versions. The version of angular: 9.3.1 The...
### Bug Report or Feature Request (mark with an `x`) ``` - [X] bug report -> please search issues before submitting - [ ] feature request ``` ### Versions. Angular:...
I tried to used this switch in bootstrap 4 , its not worked, any solution? Thanks
### Bug Report or Feature Request (mark with an `x`) ``` - [X] bug report -> please search issues before submitting - [ ] feature request ``` ### Versions. 2.4.10...
@JulioWar, I found a problem using the switch with accordion panels, if the panel is rendered closed (class = "collapse in") the switch can not calculate the size correctly. If...
### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] feature request ``` It would be...
html:- Component Code:- updateclubs(event, club) { if (club.Isactive) { event.preventDefault(); } i need to prevent the switch incase when club is inactive. StopPropagation method is also not available.