You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2021. It is now read-only.
问题描述
searchBar 绑定了 onChange事件和 onClear事件,点击 clear 图标 触发了onchange,但是没有触发onClear
复现步骤
期望行为
正常触发clear事件
报错信息
无
系统信息
补充信息
看了下源码,AtSearchBar.ts 的 props 和 data 里面根本没有 onClear ,
但是在实际触发clear时,代码里面判断了有没有绑定onClear
所以这个bug就很没水平了
The text was updated successfully, but these errors were encountered: