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 2328f20 commit 1067813Copy full SHA for 1067813
modules/filter/section-picker.tsx
@@ -21,6 +21,7 @@ export function PickerSection<T extends object>({
21
<Section footer={caption} header={title.toUpperCase()}>
22
<Picker
23
itemStyle={styles.pickerItem}
24
+ mode="dropdown"
25
onValueChange={(itemValue, itemIndex) => {
26
let pickedItem = spec.options[itemIndex]
27
onChange({...filter, spec: {...spec, selected: pickedItem}})
0 commit comments