You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,7 @@ Props, there are lots.
177
177
|animateDropDowns | true | bool |whether to animate toggling of dropdowns|
178
178
|showChips | true | bool |whether to show the chips of the selected items |
179
179
|hideSelect | false | bool |hide the select component |
180
+
|hideConfirm | false | bool |hide the confirm buttom |
180
181
|showCancelButton | false | bool |Show a cancel button next to the confirm button. Dismisses modal and removes all selected items. |
181
182
| alwaysShowSelectText | false | bool | Don't show number of items selected or the single selected item on the select label (unless `single` is true).
182
183
|readOnlyHeadings | false | bool |whether the parent items can be pressed or not. If true and `showDropdowns` is true, pressing the parent item will toggle the dropdown |
@@ -201,6 +202,9 @@ Props, there are lots.
201
202
|searchAdornment |||function | receives search input text and is output on the right side of the search input |
202
203
|removeAllText |'Remove all'| string |Text for optional remove all button |
203
204
|filterItems | null | function | Use a custom filtering function for the search: receives searchText, items, props. Should return an array of item objects.|
205
+
|headerComponent | undefined | object |optional component to display above the search bar |
206
+
|footerComponent | undefined | object |optional component to display below the confirm button |
207
+
|stickyFooterComponent | undefined | object |optional component to display below the confirm button, but outside of the scroll view |
204
208
|noResultsComponent | Sorry, no results | object |the component to display when the search results are empty |
205
209
|loadingComponent |`ActivityIndicator`| object |the component to display when `loading` is set to true |
206
210
|noItemsComponent | No Items | object | Shown when the items array is empty / null |
0 commit comments