select icon indicating copy to clipboard operation
select copied to clipboard

Disabling autoClearSearchValue for single select

Open kserjey opened this issue 4 years ago • 0 comments

Hi, I was digging into Select component and found this:

https://github.com/react-component/select/blob/9b2fa1da18505e234efe1f94d53a2e87a614980d/src/generate.tsx#L637-L640

I really need to disable clearing inputValue on opening popup, but autoClearSearchValue={false} not working with single select mode. Am I right if !isMultiple would be removed, than it would allow us to persist inputValue?

kserjey avatar Aug 27 '21 15:08 kserjey