feat: 在 PSelect 组件中添加 blur 事件处理,优化输入交互体验
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user