APIDemo

Select

A select field limits data to a specific set of options.

select('My select field', {
  a: 'Option a',
  b: 'Option b'
})

Types

/**
Optional settings to configure a select field */
/**
A string record with option labels */