This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
E21 when .active
class used without the checked
#312
Labels
.active
class used without the checked
#312
PROBLEM:
I have this when my page loads:
This don't cause any errors, but when I click in one of them, the label now has the class .active which causes E21 error(https://github.com/twbs/bootlint/wiki/E021). I don't know if I'm making something wrong or if it's a bug.
I read the docs and the examples are only with "checked" with no .active but no vise-versa.
DOCS:
.active
class used without thechecked
attribute (or vice-versa) in a button group using the button.js pluginWrong:
Right:
The text was updated successfully, but these errors were encountered: