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.
我想使用 gxt 创建一个简单的 html 选择(理想情况下,使用 ComboBox)。我不想要额外的功能,比如自动完成的能力,也不想要用户输入一些值的能力。
换句话说,我不希望项目列表被过滤,而是始终显示完整列表。
我试过 setEditable(false) 但它会产生一些奇怪的错误,有时列表会被过滤掉。
谢谢
yourComboBox.setTriggerAction(ComboBoxCell.TriggerAction.ALL);