eeg1412 发表于 2020-4-20 16:55:17

autoComplete能否只能选择候补项目以内的项目

autoComplete能否只能选择候补项目以内的项目。当编辑框失去焦点时,编辑框中的内容和候补的所有项目不符的话则清空。

这样能实现吗?

KevinChen 发表于 2020-4-20 16:55:18

可以在lostfocus事件中,判断内容是否属于绑定的dataSource之一,如果不是,调用text属性设置为空即可:

https://demo.grapecity.com.cn/wijmo/api/classes/wijmo_input.autocomplete.html#lostfocus

https://demo.grapecity.com.cn/wijmo/api/classes/wijmo_input.autocomplete.html#text
页: [1]
查看完整版本: autoComplete能否只能选择候补项目以内的项目