Skip to content

Events

名称类型说明
change(newFilters: ISearchBoxItem[] , oldFilters: ISearchBoxItem[] ) => void绑定值变化触发的回调函数
exceed(n: number) => void输入值超出限定长度 [props.maxlength] 的值时触发
first-level-select(n: string) => void监听第一层级选择事件
second-level-enter(item: ISearchBoxItem, options: ISearchBoxOption[]) => void在一级面板选择属性后按回车时触发,返回当前选中的 item
helpstring点击帮助图标触发的回调函数
search(filters: ISearchBoxItem[] ) => void按下回车或点击搜索按钮触发搜索功能的回调函数