Dropdown

Use type in defined list

Use type from Fields/Components/Dropdown/script.js

Property

Description

name

Fields name (Unique)

type

dropdown

label

Label of field

description

Description about the field

value

Default value

options

(Object)

options: { values: [ { value: 'h1', title: 'Heading h1' }, { title: 'h2', title: 'Heading h2' }, ], oneline: true },

Use custom list

Last updated

Was this helpful?