Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Button: Read disabled attribute from original element if disabled opt…
…ion is null. Fixes #5252 -Button: read disabled option from input elements.
- Loading branch information
1 parent
9060bf3
commit 2838c11ea8fa1bd8dfffe27a6e28dee6d3e0d423
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -3,7 +3,7 @@ | ||
*/ | ||
|
||
var button_defaults = { | ||
disabled: false, | ||
disabled: null, | ||
text: true, | ||
label: null, | ||
icons: { | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters