Texts
TextBox
¶
TextBox allows you to add a text type input.
EmailField
¶
EmailField allows you to add an email type input.
HiddenField
¶
HiddenField allows you to add a hidden type input.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
name
|
str
|
A name. |
required |
initial
|
str
|
An initial value. |
required |
PasswordField
¶
PasswordField allows you to add a password type input.
SearchField
¶
SearchField allows you to add a search type input.
TelephoneField
¶
TelephoneField allows you to add a tel type input.
URLField
¶
URLField allows you to add a url type input.