TextFieldV1

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

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

A component that allows entering a single line of text.

Parameters Description

ParametersTypeDescription
dataOptional[BaseComponent]

Data with values that will be processed or changed.

disabledOptional[Union[BaseComponent, bool]]

If True, editing is not available.

placeholderOptional[Any]

A semi-transparent label that is shown in the box when it is empty.

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