field.select

Button for selecting from a drop-down list. Use this component when the list is long and only one option can be chosen.

For short lists (2–4 items), it's better to use field.radio-group or field.button-radio-group, where all the options are visible at once.

To allow selecting multiple options, use the field.checkbox-group component.

View example
Components used in the example

Component properties

NameTypeDescription
type*"field.select"Set component type.
data*writable

Data with values that will be processed or changed. Learn more about working with data.

labelstringLabel above the component.
hintstringHint text.
options*arrayOptions to choose from.
options[]objectOption parameters.
options[].label*stringThe name of the option to display in the list.
options[].value*anyThe value to write to the data in the data property.
placeholderstringThe text that will be displayed if none of the options is selected.
validationconditionValidation based on condition.
Contact support

Last updated: August 21, 2023

Introduction
Getting started
Important tips
Useful recommendations
Working with Toloka
Projects
Pools
Tasks
Results
Project analysis
Toloka settings
Task interface
Template Builder
HTML/CSS/JS editor
Help and support
FAQTroubleshootingSupportGlossary