Skip to content

components/select

@fungi.computer/caps


@fungi.computer/caps / components/select

SelectProps = object & SelectHTMLAttributes<HTMLSelectElement>>

Props accepted by Select.

optional invalid?: boolean

const Select: ForwardRefExoticComponent<object & SelectHTMLAttributes<HTMLSelectElement> > & RefAttributes<HTMLSelectElement>>>>

A styled native select that preserves caller-owned value and event behavior.