Skip to content

Commit fdf5269

Browse files
abhiomkarcopybara-github
authored andcommitted
refactor(radio): Make changeHandler() method protected.
PiperOrigin-RevId: 331243351
1 parent 8238f85 commit fdf5269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/radio/mwc-radio-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export class RadioBase extends FormElement {
272272
this.rippleHandlers.endFocus();
273273
}
274274

275-
private changeHandler() {
275+
protected changeHandler() {
276276
this.checked = this.formElement.checked;
277277
}
278278
}

0 commit comments

Comments
 (0)