chore(iconbutton): don't reflect aria-label-selected

PiperOrigin-RevId: 557937222
This commit is contained in:
Elizabeth Mitchell 2023-08-17 14:28:19 -07:00 committed by Copybara-Service
parent a2dce1679a
commit bc19c8d12f

View File

@ -60,8 +60,7 @@ export class IconButton extends LitElement implements FormSubmitter {
/**
* The `aria-label` of the button when the button is toggleable and selected.
*/
@property({attribute: 'aria-label-selected', reflect: true})
ariaLabelSelected = '';
@property({attribute: 'aria-label-selected'}) ariaLabelSelected = '';
/**
* When true, the button will toggle between selected and unselected