SelectPropsinterface

{
	options: ChoiceOptions<T>;
}
PropertyType
.optionsChoiceOptions<T>
The options for the select. required

Props for SelectInput, a dropdown <select> bound to a string value.