SelectButton should allow a mode to ensure an options is always selected #494
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
In PrimeVue, when an option in SelecButton is clicked and then the same option is clicked again, no option is selected at all and value will be null. But it should allow a mode to behave as RadioButton.
Note that SelectButton in PrimeNg works as RadioButton, preventing to unselect the current option.
You can check the behaviour in showcase pages:
https://primefaces.org/primevue/showcase/#/selectbutton
https://primefaces.org/primeng/showcase/#/selectbutton
The text was updated successfully, but these errors were encountered: