We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d6b57 commit fc9967eCopy full SHA for fc9967e
js/tests/unit/button.js
@@ -158,7 +158,7 @@ $(function () {
158
159
QUnit.test('should handle disabled attribute on non-button elements', function (assert) {
160
assert.expect(2)
161
- var groupHTML = ' <div class="btn-group disabled" data-toggle="buttons" aria-disabled="true" disabled>'
+ var groupHTML = '<div class="btn-group disabled" data-toggle="buttons" aria-disabled="true" disabled>'
162
+ '<label class="btn btn-danger disabled" aria-disabled="true" disabled>'
163
+ '<input type="checkbox" aria-disabled="true" autocomplete="off" disabled class="disabled"/>'
164
+ '</label>'
0 commit comments