Skip to content

Commit 93a8de3

Browse files
improve API
1 parent 88e59a7 commit 93a8de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/Autocomplete/Autocomplete.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const Autocomplete = <
122122

123123
const optionsWithSelectAll = [selectAllOption, ...options] as T[];
124124

125-
if (!isMobileDevice && enableNativeSelectOnMobile && !multiple) {
125+
if (isMobileDevice && enableNativeSelectOnMobile && !multiple) {
126126
return (
127127
<Stack direction="column">
128128
<NativeSelect

0 commit comments

Comments
 (0)