Skip to content

Commit da95b43

Browse files
author
Vishal
committed
Remove unused blur handler
1 parent 681b404 commit da95b43

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/angular-sdk-components/src/lib/_components/field/radio-buttons/radio-buttons.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ export class RadioButtonsComponent implements OnInit, OnDestroy {
211211
handleEvent(this.actionsApi, 'changeNblur', this.propName, event.value);
212212
}
213213

214-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
215-
fieldOnBlur(event: any) {
216-
// "blur" isn't getting fired
217-
}
218-
219214
getLocalizedOptionValue(opt: IOption) {
220215
return this.pConn$.getLocalizedValue(
221216
opt.value,

0 commit comments

Comments
 (0)