EmailFieldV1

toloka.client.project.template_builder.fields.EmailFieldV1 | Source code

EmailFieldV1(
self,
data: Optional[BaseComponent] = None,
*,
placeholder: Optional[Any] = None,
hint: Optional[Any] = None,
label: Optional[Any] = None,
validation: Optional[BaseComponent] = None,
version: Optional[str] = '1.0.0'
)

Creates a field for entering an email address.

Checks that the text contains the @ character. You can set other conditions yourself.

Parameters Description

ParametersTypeDescription
dataOptional[BaseComponent]

Data with values that will be processed or changed.

placeholderOptional[Any]

A semi-transparent label that is shown in an empty field.

hintOptional[Any]

Hint text.

labelOptional[Any]

Label above the component.

validationOptional[BaseComponent]

Validation based on condition.

Toloka-Kit
OverviewGetting OAuth tokenQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming