We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e59a7 commit 93a8de3Copy full SHA for 93a8de3
packages/ui/src/components/Autocomplete/Autocomplete.tsx
@@ -122,7 +122,7 @@ export const Autocomplete = <
122
123
const optionsWithSelectAll = [selectAllOption, ...options] as T[];
124
125
- if (!isMobileDevice && enableNativeSelectOnMobile && !multiple) {
+ if (isMobileDevice && enableNativeSelectOnMobile && !multiple) {
126
return (
127
<Stack direction="column">
128
<NativeSelect
0 commit comments