@gaonengwww/tiny-toolkit-docs
Version:
这里对你的套件进行简单描述, 比如适用哪些场景,使用了什么技术, 有什么特点
30 lines (18 loc) • 590 B
Markdown
title: Select
# Select
<div class="used-tiny">
The user can select one or more options from multiple options.
+ it supports single select, multiple select, group select, search, and lazy loading.
```typescript
import { TiSelectModule } from '@opentiny/ng';
```
</div>
<div class="used-config">
The user can select one or more options from multiple options.。
+ it supports single select, multiple select, group select, search, and lazy loading.
```typescript
import { TiSelectModule } from '@opentiny/ng';
```
</div>