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 e5f6fd7 commit 05afec6Copy full SHA for 05afec6
examples/App.tsx
@@ -77,6 +77,20 @@ export default function App(): JSX.Element {
77
description="This is the default dropdown picker - with search"
78
dropdownProps={{searchable: true}}
79
/>
80
+
81
+ <DropDownPickerExample
82
+ title="Multiple Search Example"
83
+ description="This is the default dropdown picker - with search"
84
+ multiple
85
+ dropdownProps={{searchable: true}}
86
+ />
87
88
89
+ title="Multiple Search Clear on Select Example"
90
91
92
+ dropdownProps={{searchable: true, clearSearchFieldOnSelect: true, mode: "BADGE"}}
93
94
</View>
95
96
0 commit comments