Manage Content
Default

Filter results by status

States

Select a status

PropTypeDefaultRequiredDescription
labelstringNoField label.
hintstringNoHelper text shown below the field.
errorstringNoError message — replaces the hint.
requiredbooleanfalseNoShows a red asterisk next to the label.
...propsSelectHTMLAttributesNoAll standard <select> props (value, onChange, disabled, etc).
Do
  • Order options logically — alphabetical, or by expected frequency of use.
  • Include a neutral first option ("Select a status") when there is no sensible default.
  • Keep option labels short enough to read without truncation.
Don't
  • Use a Select for fewer than 3 options — Toggle or a radio group reads faster.
  • Pre-select an option the user is likely to miss changing.