feat: 更新 PSelect 组件,支持异步选项加载并优化 blur 事件处理
All checks were successful
/ test (push) Successful in 20s
/ surge (push) Successful in 48s

This commit is contained in:
严浩
2024-12-06 13:13:24 +08:00
parent 603c1047fc
commit 7b7828d384
3 changed files with 81 additions and 42 deletions

View File

@ -6,6 +6,9 @@
- [sections](https://formkit.com/inputs/text#sections)
- [sections](https://formkit.com/essentials/inputs#sections)
- [useformkitcontext](https://formkit.com/inputs/form#useformkitcontext)
- [debouncing](https://formkit.com/essentials/inputs#debouncing)
延迟 prop 的默认值是 20 毫秒。然而group 和 list 输入默认使用 0 毫秒,以防止防抖延迟在每个深度级别“累积”。
## Custom Input