import type { NavigationElement } from "@/modules/ui/dialog/navigation-dialog"; import { BxEvent } from "@/utils/bx-event"; import type { BxSelectSettingElement } from "@/utils/setting-element"; import { ButtonStyle, CE, createButton } from "@utils/html"; export class BxSelectElement { static wrap($select: HTMLSelectElement) { // Remove "tabindex" attribute from