react-functional-select icon indicating copy to clipboard operation
react-functional-select copied to clipboard

Not rendered options

Open fadhelmurphy opened this issue 2 years ago • 0 comments

Hi. sometimes when the menu is opened, some options are not rendered image

<SelectStyled lazyLoadMenu={true} themeConfig={themeConfig} ref={selectRef} isClearable options={options} isDisabled={isDisabled} onOptionChange={onChange} placeholder={placeholder} isInvalid={validation} openMenuOnClick={onClick} initialValue={value} isLoading={isLoading} />

fadhelmurphy avatar Dec 28 '22 11:12 fadhelmurphy