select
select copied to clipboard
Disabling autoClearSearchValue for single select
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?