components icon indicating copy to clipboard operation
components copied to clipboard

fix(material/button-toggle): make null value selected on init

Open kush-savani opened this issue 3 years ago • 0 comments
trafficstars

When button-toggle have init value as null, it's not get selected. This fix remove condition which stopping null button to select. FYI: there is no null check on the value of the radio buttons for selection. Ref

Fixes #25472

kush-savani avatar Aug 30 '22 04:08 kush-savani