add noResultsText to doc (#10670)

This commit is contained in:
Tony Han 2024-07-30 10:35:53 +08:00 committed by GitHub
parent a6916ac4e2
commit 0486231a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1267,6 +1267,8 @@ leftOptions 动态加载,默认 source 接口是返回 options 部分,而 le
| clearable | `boolean` | | 是否展示清空图标 |
| overlay | `{ width: string \| number, align: "left" \| "center" \| "right" }` | | 弹层宽度与对齐方式 `2.8.0 以上版本` |
| showInvalidMatch | `boolean` | `false` | 选项值与选项组不匹配时选项值是否飘红 |
| noResultsText | `string` | `"未找到任何结果"` | 无结果时的文本 |
## 事件表