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 11:23:05 +08:00
parent a9fb4bc208
commit 603c1047fc
3 changed files with 54 additions and 52 deletions

View File

@ -51,6 +51,7 @@ const handleE = (eventName: string) => {
@input="(e: any) => handleE('input')(e)"
@value-change="(e) => handleE('value-change')(e)"
@change="(e) => handleE('change')(e)"
@blur="(e) => handleE('blur')(e)"
></Select>
<Button
id="load-selected-city"