Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Jul 30, 2024
1 parent 6b0809d commit 374333b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karibu-testing-v10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ You can also use `comboBox._fireCustomValueSet()`/`ComboBoxKt._fireCustomValueSe
new item in the ComboBox.

Finally, call `comboBox.selectByLabel()`/`select.selectByLabel()` to select an item by its label,
changing the value of the combobox/select. (Since Karibu-Testing 1.3.15)
changing the value of the combobox/select. (Since Karibu-Testing 1.3.15; Java: `ComboBoxKt.selectByLabel()`)

When using `ComponentRenderer` to render items in the dropdown overlay, call
`comboBox._getRenderedComponentFor()`/`ComboBoxKt._getRenderedComponentFor()` to call renderer
Expand All @@ -1311,7 +1311,7 @@ filtering the suggestions. You should use `getSuggestionItems()`
to retrieve filtered items, in order to verify that the filter on your data provider works properly.

Finally, call `msComboBox.selectByLabel()` to select an item by its label,
changing the value of the combobox.
changing the value of the combobox. Java: `MultiSelectComboBoxUtilsKt.selectByLabel()`

When using `ComponentRenderer` to render items in the dropdown overlay, call
`msComboBox._getRenderedComponentFor()`/`MultiSelectComboBoxUtilsKt._getRenderedComponentFor()` to call renderer
Expand Down

0 comments on commit 374333b

Please sign in to comment.