# Stripe Apps の Select コンポーネント Select を使用して、ドロップダウンのオプションセットから選択します。 # v8 > This is a v8 for when app-sdk-version is 8. View the full page at https://docs.stripe.com/stripe-apps/components/select?app-sdk-version=8. `Select` コンポーネントをアプリに追加するには、以下のようにします。 ```js import {Select} from '@stripe/ui-extension-sdk/ui'; ``` ### Select プロパティ | プロパティー | タイプ | | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `children` | (必須) `React.ReactNode` コンポーネントのコンテンツ。 | | `autoComplete` | (オプション) `string | undefined` オートコンプリート動作の 1 つを指定します。 | | `autoFocus` | (オプション) `boolean | undefined` `true` の場合、React はエレメントをマウントにフォーカスします。 | | `css` | (オプション) `CSS | undefined` 関連タイプ: [CSS](https://docs.stripe.com/stripe-apps/components/select.md#css)。 | | `defaultValue` | (オプション) `(string | string[]) | undefined` 文字列 (または `multiple={true}` の場合は文字列の配列)。ユーザーが変更できる最初の選択オプションを指定します。 | | `description` | (オプション) `string | undefined` コントロールのラベルの横にレンダリングされる説明テキスト。 | | `disabled` | (オプション) `boolean | undefined` 要素を無効化するかどうかを設定します。選択できなくなります。 | | `error` | (オプション) `string | undefined` コントロールの下に表示されるエラーテキスト。 | | `form` | (オプション) `string | undefined` この入力が属する `