You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
With Bootstrap CSS 3.3.4, ng-disabled and disabled applied to label associated with the btn-radio or btn-checkbox directives work has expected (See this plunk)
After upgrading to Bootstrap CSS 3.3.5, it does not work anymore (See this plunk).
To be more precise, styling is good (even better than with 3.3.4) but behaviour is not what it should be.
I guest solving issue #16092 on Bootstrap CSS had a harmful effect on radio and checkboxbuttons behaviour.
The text was updated successfully, but these errors were encountered:
With Bootstrap CSS 3.3.4,
ng-disabled
anddisabled
applied tolabel
associated with thebtn-radio
orbtn-checkbox
directives work has expected (See this plunk)After upgrading to Bootstrap CSS 3.3.5, it does not work anymore (See this plunk).
To be more precise, styling is good (even better than with 3.3.4) but behaviour is not what it should be.
I guest solving issue #16092 on Bootstrap CSS had a harmful effect on
radio
andcheckbox
buttons
behaviour.The text was updated successfully, but these errors were encountered: