Преглед изворни кода

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);
});
----


Loading…
Откажи
Сачувај