SelectPropsinterface
{
options: ChoiceOptions<T>;
}| Property | Type | |
|---|---|---|
.options | ChoiceOptions<T> | The options for the select. required |
Props for SelectInput, a dropdown <select> bound to a string value.
{
options: ChoiceOptions<T>;
}| Property | Type | |
|---|---|---|
.options | ChoiceOptions<T> | The options for the select. required |
Props for SelectInput, a dropdown <select> bound to a string value.