A model to back many of this library's <select> elements. For compatibility, a default for value of string or number is allowed. Made generic to allow arbitrary types (e.g. FormSelectChoice<Locale, string>)
<select>
string
number
FormSelectChoice<Locale, string>
Description
A model to back many of this library's
<select>
elements. For compatibility, a default for value ofstring
ornumber
is allowed. Made generic to allow arbitrary types (e.g.FormSelectChoice<Locale, string>
)