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 61fd60c commit 2cf26f1Copy full SHA for 2cf26f1
htmlgen/form.pyi
@@ -14,7 +14,7 @@ class Form(Element):
14
url: str
15
target: str
16
encryption_type: str
17
- autocomplete: Optional[str]
+ autocomplete: Optional[Autocomplete]
18
multipart: bool
19
def __init__(self, method: str = ..., url: str = ...) -> None: ...
20
def set_blank_target(self) -> None: ...
0 commit comments