Hi
I want to use radioButtonGroup
instead of entityComboBox
when I only 2-3 elements in the optionsList. entityComboBox
offers an option isNullOptionVisible
but I can’t find an equivalent in the radioButtonGroup
.
When we use a radioButtonGroup
is there a way to clear the value using UI ?
I wanted to be able to clear the value when user click on the same option again but it didn’t work because addValueChangeListener
is only firing when data actually changes (so it.prevValue == it.value
is never true)
In your opinion what would be the best alternative to achieve this ?
Jmix 1.5