Logo

Imanect

Select

選択肢からひとつを選ぶドロップダウン。

基本

選択は必須です
TSX
<Select
  label="都道府県"
  options={[
    { value: "tokyo", label: "東京都" },
    { value: "osaka", label: "大阪府" },
  ]}
  placeholder="選択してください"
/>

Props

PropTypeDefault説明
labelstringラベル
options{ value: string; label: string }[]選択肢の配列
placeholderstringプレースホルダー
errorstringエラーメッセージ