SelectProps interface
下拉选择器:基于输入框的下拉选择控件
Signature
typescript
interface SelectProps1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) Whether Disable | ||
(Optional) Dropdown option list | |||
(value: string) => void | (Optional) 选中值变化时触发,参数为选中项的值 | ||
boolean | (Optional) Whether it is read-only | ||
string | (Optional) Current select value |