This question shows research effort; it is useful and clear
4
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有一个自定义组合框,当用户键入时,值是从 Web 服务加载的。如果没有找到值,我想将组合框重置为空值。但是,如果组合框已使用某些预选值初始化,则此方法不起作用。如果我调用comboBox.select("") 甚至comboBox.setValue(null),则会显示先前的预选值,即使我调用removeAllItems。对我来说,这听起来像是一个组合框错误,但也许有人知道解决方法。