# Select component for Stripe Apps Use Select to pick from a set of options in a dropdown. # 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. To add the `Select` component to your app: ```js import {Select} from '@stripe/ui-extension-sdk/ui'; ``` ### Select props | Property | Type | | ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `children` | (Required) `React.ReactNode` The contents of the component. | | `autoComplete` | (Optional) `string | undefined` Specifies one of the possible autocomplete behaviors. | | `autoFocus` | (Optional) `boolean | undefined` If `true`, React will focus the element on mount. | | `css` | (Optional) `CSS | undefined` Related types: [CSS](https://docs.stripe.com/stripe-apps/components/select.md#css). | | `defaultValue` | (Optional) `(string | string[]) | undefined` A string (or an array of strings for `multiple={true}`). Specifies the initially selected option that a user can change. | | `description` | (Optional) `string | undefined` Descriptive text that will be rendered adjacent to the control’s label. | | `disabled` | (Optional) `boolean | undefined` Sets whether or not the element should be disabled. Prevents selection. | | `error` | (Optional) `string | undefined` Error text that will be rendered below the control. | | `form` | (Optional) `string | undefined` Specifies the `id` of the `