You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @tinyhealer. Please provide a online reproduction by forking codesandbox of [email protected] or [email protected], or provide a minimal GitHub repository. Issues labeled by Need Reproduce will be closed if no activities in 3 days.
Reproduction link
Steps to reproduce
1.给一个Select组件配置mode="multiple",此时showSearch默认为true,Select组件展开后可筛选。
2.修改showSearch为false,此时Select组件不可筛选。
3.配置autoClearSearchValue={false},此时Select组件又变为可筛选状态,第二步showSearch为false的配置失效。
What is expected?
autoClearSearchValue不影响Select组件筛选功能是否开启。
What is actually happening?
autoClearSearchValue为false会直接开启Select组件的筛选功能。
The text was updated successfully, but these errors were encountered: