open method private presentation
Last updated: 2026-03-04T23:21:38.428Z
Metrics
LOC: 9
Complexity: 3
Params: 0
Signature
open(): : void
Source Code
private open(): void {
if (this._open || this.opts.disabled) return;
this._open = true;
this._highlighted = -1;
this.input!.value = "";
this.input!.setAttribute("aria-expanded", "true");
this.renderOptions(this.flat);
this.dropdown!.removeAttribute("hidden");
}
No outgoing dependencies.
No incoming dependencies.