@lucase-reactcomps/select
v1.1.1
Published
表单-下拉选择器
Downloads
20
Readme
title: Select 选择器 order: 3 nav: title: 组件 path: /components order: 1 group: title: ' ' order: 15
Select 选择器
下拉选择器。
使用
提供全局属性配置的能力。
import Select from '@lucase-reactcomps/select';
<Select />;代码演示
基本用法
参数
| 参数 | 说明 | 类型 | 默认值 |
| -------- | ------------------------------- | -------- | ------ |
| labelKey | 是否去除字符串两端的空格 | string | label |
| valueKey | 是否将空字符串转化为undefined | string | value |
其他属性见 antd Select
