Skip to content

Commit 8593912

Browse files
committed
Add Button.disabled to type stub
1 parent c5bd9c7 commit 8593912

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

htmlgen/form.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class SubmitButton(Input):
7878
def __init__(self, label: str) -> None: ...
7979

8080
class Button(Element):
81+
disabled: bool
8182
def __init__(self, *content: Union[str, bytes, Generator]) -> None: ...
8283

8384
class TextArea(Element):

0 commit comments

Comments
 (0)