Hello
I am using a Chips
in ChipGroup
and Chips
style theme is Choice
If Choice Chip
is clicked, Chip state is change. (background color
, etc..)
And you click it again, it will return to its original state.
What I want is that the checked state does not change when I click the same chip.
But i check another Chip
in the checked state, the state of the previous chip must return to its
original state.
Are there any properties that support this feature?
In other words, is there a property that keeps the checked check
in its state even if it is still
selected?
tried in java code but failed.