We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b190480 commit c69afdfCopy full SHA for c69afdf
src/Selector/MultipleSelector.tsx
@@ -86,9 +86,7 @@ const SelectSelector: React.FC<SelectorProps> = (props) => {
86
? searchValue
87
: '';
88
const inputEditable: boolean =
89
- mode === 'tags' ||
90
- (mode === 'multiple' && autoClearSearchValue === false) ||
91
- (showSearch && (open || focused));
+ mode === 'tags' || (mode === 'multiple' && showSearch) || (showSearch && (open || focused));
92
93
// We measure width and set to the input immediately
94
useLayoutEffect(() => {
0 commit comments