A select field limits data to a specific set of options.
import {Field} from 'alinea' Field.select('My select field', { options: { a: 'Option a', b: 'Option b' } })