react-native-sectioned-multi-select
Advanced tools
Changelog
0.6.3 - 2018-11-27
modalWithTouchable
prop. Set to true to wrap the backdrop in a TouchableWithoutFeedback
, which will close the selector (also fires onToggleSelector(false)
) #76Changelog
0.6.1 - 2018-10-23
hideConfirm
prop - hides the confirm button from the modal #62stickyFooterComponent
shows below the confirm button (but, unlike footerComponent
, outside of the scroll view so it's always visible)chipsPosition
to position the chips above or below the select. Sstring, either 'top' or 'bottom' #56customChipsRenderer
function. receives all props. #56modalSafeAreaView
prop. Set to true to use a SafeAreaView
instead of a View
as the backdrop inside the Modal
.Changelog
0.6.0 - 2018-10-02
onToggleSelector
callback function #48noItemsComponent
to be shown when there are no itemsloading
boolean prop for loading stateloadingComponent
to be shown when loading
prop is true (previously was shown when items were empty)Changelog
0.5.2 - 2018-07-10
keyboardShouldPersistTaps
props where neededselectedItemText
and selectedSubItemText
styles (previously only the parent view style was editable when selected).Changelog
0.5.1 - 2018-06-29
chipRemoveIconComponent
, this icon wasn't user replaceable before.filterItems
function prop. It will replace the filter used for searching. parameters are searchTerm
, items
, props
. You need to return an array of item objects. (example in exampleapp/App.js
).Changelog
0.5.0 - 2018-06-12
expandDropDowns
prop. Set to true to expand all parent dropdowns (when using showDropDowns
).animateDropDowns
prop. Set to false to not use LayoutAnimation when toggling the dropdowns.customLayoutAnimation
prop. Use your own LayoutAnimation preset or custom layout animation object for the toggling of dropdowns.selectLabelNumberOfLines
prop.renderSelectText
function that receives props. This allows you to fully customize what the select label says and when, overriding selectText
, selectedText
etc.numberOfLines
is now itemNumberOfLines
, to avoid confusion.itemSeparator
shows at the bottom of the group of items, rather than always being directly below the parent item.Changelog
0.4.7 - 2018-05-07