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.
使用 ExtJS 3.4
我有一个 EditorGridPanel 和带有组合框的列。
刚刚注意到,如果我选择三个选项,说...
...并且鼠标是保存的值,然后当我单击下拉菜单时,我的字段将填充为 Dog - 无需我选择它。无论选项如何,我的字段都会填充第一个值。
这只发生在初始页面加载后以及我第一次单击组合框时。随后的组合单击不会引发此行为。
有没有人经历过这样的事情?有什么线索吗?
谢谢
保罗
autoSelect : false
for combobox component will solve this. Read ExtJS Documentation for more details.