Skip to content

Commit d0184ac

Browse files
committed
refactor(aria/combobox): remove extra expand/collapse methods
(cherry picked from commit 3a22f68)
1 parent 439cac1 commit d0184ac

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/aria/combobox/combobox.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,6 @@ export class Combobox<V> {
167167
close() {
168168
this._pattern.close();
169169
}
170-
171-
/** Expands the combobox popup. */
172-
expand() {
173-
this._pattern.open();
174-
}
175-
176-
/** Collapses the combobox popup. */
177-
collapse() {
178-
this._pattern.close();
179-
}
180170
}
181171

182172
/**

0 commit comments

Comments
 (0)