aboutsummaryrefslogtreecommitdiffstats
path: root/testbench-api/src/main/java/com/vaadin/testbench/elements/AbstractSingleSelectElement.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
| | | | * Update copyright year range.
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-261-2/+2
|
* Fix RadioButtonGroup selection updates to client (#9749)Teemu Suo-Anttila2017-08-021-0/+47
This patch provides a simple fix for the majority of issues. There are still issues that should be fixes by refactoring parts of the logic in AbstractSingleSelect. This patch does not unify the handling of empty values in the TestBench elements of various AbstractSingleSelects. Fixes #9494