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 2dc07bd commit 2bc5b1eCopy full SHA for 2bc5b1e
app/containers/UIKit/MultiSelect/MultiSelectContent.tsx
@@ -73,7 +73,7 @@ export const MultiSelectContent = React.memo(
73
onChangeText={handleSearch}
74
placeholder={I18n.t('Search')}
75
inputStyle={{ backgroundColor: colors.surfaceLight }}
76
- bottomSheet={isIOS}
+ bottomSheet={true}
77
onSubmitEditing={() => {
78
setTimeout(() => {
79
hideActionSheet();
0 commit comments