MDS_demonstrator / sig.txt
AMontiB
update
639b09a
(self, value: 'str | I18nData | Callable | None' = None, *, type: "Literal['text', 'password', 'email']" = 'text', lines: 'int' = 1, max_lines: 'int | None' = None, placeholder: 'str | I18nData | None' = None, label: 'str | I18nData | None' = None, info: 'str | I18nData | None' = None, every: 'Timer | float | None' = None, inputs: 'Component | Sequence[Component] | set[Component] | None' = None, show_label: 'bool | None' = None, container: 'bool' = True, scale: 'int | None' = None, min_width: 'int' = 160, interactive: 'bool | None' = None, visible: "bool | Literal['hidden']" = True, elem_id: 'str | None' = None, autofocus: 'bool' = False, autoscroll: 'bool' = True, elem_classes: 'list[str] | str | None' = None, render: 'bool' = True, key: 'int | str | tuple[int | str, ...] | None' = None, preserved_by_key: 'list[str] | str | None' = 'value', text_align: "Literal['left', 'right'] | None" = None, rtl: 'bool' = False, buttons: "list[Literal['copy']] | None" = None, max_length: 'int | None' = None, submit_btn: 'str | bool | None' = False, stop_btn: 'str | bool | None' = False, html_attributes: 'InputHTMLAttributes | None' = None)