---
title: Selector 选择组
nav:
  title: 组件
  path: /component
group:
  title: 表单组件
  path: /form
  order: 1
---

# Selector 选择组

> 类似 Web 端的 Select 组件，可以多选、单选。

## 代码演示

<code src="./__fixtures__/basic.tsx"></code>

## API

### Selector

<API hideTitle src="./selector.tsx"></API>

### Selector.Text

<API hideTitle src="./selector-text.tsx"></API>
