ソースを参照

Fix ComboBox item select method in example (#8964)

tags/8.1.0.alpha3
hlxnd 7年前
コミット
8fe87084b9
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      documentation/components/components-combobox.asciidoc

+ 1
- 1
documentation/components/components-combobox.asciidoc ファイルの表示

@@ -82,7 +82,7 @@ select.setNewItemHandler(inputString -> {
select.setItems(planets);

// Remember to set the selection to the new item
select.select(newPlanet);
select.setSelectedItem(newPlanet);
});
----


読み込み中…
キャンセル
保存