TW-Elements-React icon indicating copy to clipboard operation
TW-Elements-React copied to clipboard

Select Multiple with search and label / select multiple after selecting first option - label is jumping because input is loosing focus

Open juujisai opened this issue 1 year ago • 0 comments

Label customization is helpful - as a workaround

theme={{
            selectLabel:
              "pointer-events-none absolute left-3 top-0 mb-0 max-w-[90%] origin-[0_0] truncate text-neutral-500 transition-all duration-200 ease-out peer-focus:scale-[0.8] peer-focus:text-primary motion-reduce:transition-none dark:text-neutral-200 dark:peer-focus:text-primary peer-aria-[expanded='true']:scale-[0.8] peer-aria-[expanded='true']:-translate-y-[0.9rem]",
          }}

juujisai avatar Dec 20 '23 07:12 juujisai