Skip to content

Commit fb1d5df

Browse files
authored
Merge pull request #81 from Jakeler/master
Add missing props to Readme
2 parents 429b0a5 + ff221d6 commit fb1d5df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ Props, there are lots.
177177
|animateDropDowns | true | bool |whether to animate toggling of dropdowns|
178178
|showChips | true | bool |whether to show the chips of the selected items |
179179
|hideSelect | false | bool |hide the select component |
180+
|hideConfirm | false | bool |hide the confirm buttom |
180181
|showCancelButton | false | bool |Show a cancel button next to the confirm button. Dismisses modal and removes all selected items. |
181182
| alwaysShowSelectText | false | bool | Don't show number of items selected or the single selected item on the select label (unless `single` is true).
182183
|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.
201202
|searchAdornment | | |function | receives search input text and is output on the right side of the search input |
202203
|removeAllText |'Remove all'| string |Text for optional remove all button |
203204
|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 |
204208
|noResultsComponent | Sorry, no results | object |the component to display when the search results are empty |
205209
|loadingComponent | `ActivityIndicator` | object |the component to display when `loading` is set to true |
206210
|noItemsComponent | No Items | object | Shown when the items array is empty / null |

0 commit comments

Comments
 (0)