feat: 更新 PSelect 组件,添加 value 插槽支持,优化选项加载和输入交互体验
This commit is contained in:
@ -87,6 +87,7 @@ const promiseOptions = new Promise<typeof K_OPTIONS>(resolve => {
|
||||
:options="K_OPTIONS"
|
||||
optionLabel="label"
|
||||
optionValue="value"
|
||||
value="数据的值不在options里"
|
||||
/>
|
||||
<FormKit
|
||||
type="PSelect"
|
||||
|
Reference in New Issue
Block a user