!disabled && (open = true)} on:blur={unFocusDropdownBox} on:keydown={(e) => menuList.keydown(e, false)} tabindex={disabled ? -1 : 0} data-floating-menu-spawner > {#if activeEntry.icon} {/if} {activeEntry.label} (minWidth = detail)} {activeEntry} on:activeEntry={({ detail }) => (activeEntry = detail)} {open} on:open={({ detail }) => (open = detail)} {entries} {drawIcon} {interactive} direction="Bottom" scrollableY={true} bind:this={menuList} />