APIDemo

@alinea/input.select

/**
Create a select field configuration */
export function createSelect(
label: Label,
items: SelectItems,
options: SelectOptions
): SelectField
/**
Create a select field configuration */
export function select(
label: Label,
items: SelectItems,
options: SelectOptions
): SelectField
/**
Internal representation of a select field */
/**
A string record with option labels */
/**
Optional settings to configure a select field */