Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的实现中使用 Infragistics igCombo。当用户输入 3 个字母时,我通过调用 dataSource 方法获取数据并加载到下拉列表中。在 igCombo 下拉列表中加载数据后,用户已经输入的文本被自动删除,组合框显示空字符串
如果您设置allowCustomValue: true为组合,则输入文本应在重新绑定后保留。
allowCustomValue: true