Преглед на файлове

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…
Отказ
Запис