fix(switch): remove old todo
This commit is contained in:
parent
e564223708
commit
a242aca731
1 changed files with 0 additions and 2 deletions
|
|
@ -72,8 +72,6 @@ export class LionSwitch extends ChoiceInputMixin(LionField) {
|
|||
_isEmpty() {}
|
||||
|
||||
__handleButtonSwitchCheckedChanged() {
|
||||
// TODO: should be replaced by "_inputNode" after the next breaking change
|
||||
// https://github.com/ing-bank/lion/blob/master/packages/field/src/FormControlMixin.js#L78
|
||||
this.checked = this._inputNode.checked;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue