feat: 更新 PSelect 组件,添加 value 插槽支持,优化选项加载和输入交互体验
All checks were successful
/ test (push) Successful in 27s
/ surge (push) Successful in 37s

This commit is contained in:
严浩
2024-12-06 16:21:41 +08:00
parent c4afb0342e
commit 9b78830313
3 changed files with 28 additions and 5 deletions

View File

@ -87,6 +87,7 @@ const promiseOptions = new Promise<typeof K_OPTIONS>(resolve => {
:options="K_OPTIONS"
optionLabel="label"
optionValue="value"
value="数据的值不在options里"
/>
<FormKit
type="PSelect"