Skip to main content
Renders a labelled select over a list of options, with its hint and error.

Parameters

__namedParameters

TapSelectProps

Returns

ReactElement

Remarks

Carries the same label, hint, error and aria-describedby wiring as TapInput. Add your own empty option when the field starts unset — TapForm puts a Choose one option in front of a schema’s enum values.

Example