add disabled attr to element (#860)
This commit is contained in:
@@ -30,6 +30,7 @@ RESERVED_ATTRIBUTES = {
|
||||
"checked",
|
||||
"data-original-title", # for bootstrap tooltip
|
||||
"data-ui",
|
||||
"disabled", # for button
|
||||
"for",
|
||||
"href", # For a tags
|
||||
"maxlength",
|
||||
|
||||
Reference in New Issue
Block a user