Skip to content

Commit 1497bca

Browse files
committed
docs(multiple): clean up obsoleted comments
acc todo
1 parent 963a4c3 commit 1497bca

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/aria/accordion/accordion-group.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export class AccordionGroup {
116116
element: () => this.element,
117117
activeItem: signal(undefined),
118118
items: this._triggerPatterns,
119-
// TODO(ok7sai): Investigate whether an accordion should support horizontal mode.
120119
orientation: () => 'vertical',
121120
});
122121

src/aria/menu/menu-item.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ export class MenuItem<V> {
6262
/** Whether the menu item is disabled. */
6363
readonly disabled = input<boolean>(false);
6464

65-
// TODO(wagnermaciel): Discuss whether all inputs should be models.
66-
6765
/** The search term associated with the menu item. */
6866
readonly searchTerm = model<string>('');
6967

0 commit comments

Comments
 (0)