Skip to content

Commit

Permalink
Refactor: remove leftover TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiAmPm committed Oct 21, 2023
1 parent 4189606 commit f2cd4fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/components/combobox/src/LionCombobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,12 +382,10 @@ export class LionCombobox extends LocalizeMixin(OverlayMixin(CustomChoiceMixin(L
super.checkedIndex = index;
}

// Gui-TODO: deprecate
get requireOptionMatch() {
return !this.allowCustomChoice;
}

// Gui-TODO: deprecate
set requireOptionMatch(value) {
this.allowCustomChoice = !value;
}
Expand Down

0 comments on commit f2cd4fb

Please sign in to comment.