react-native-sectioned-multi-select
Advanced tools
Changelog
0.4.4 - 2018-04-13
alwaysShowSelectText
prop - if true the select label won't show the amount selected + selectedText
or the name of the selected item if only one items is selected. Not applied when single
is true as single shows the dispayKey
on the select label only. #23searchAdornment
prop - function that receives the text of the search input, and is output on the right hand side of the search input. Useful if you need to do something with the search text like add a new item.Changelog
0.4.2 - 2018-03-29
Changelog
0.4.1 - 2018-03-26
Changelog
0.4.0 - 2018-03-23
showCancelButton
prop.cancelButton
style and cancelIconComponent
are available. (It is a 'close' icon by default, but you could make it a text component if you want).hideSelect
prop.displayKey
prop, instaed of being forced to use 'name'.headerComponent
prop - goes above search bar #17onCancel
and onConfirm
function propsSelectedText
now allowed to be a function, for more complex translations/Changelog
0.3.5 - 2018-03-08
selectedText
string (defaults to 'selected'). #13Changelog
0.3.4 - 2018-02-14
onSelectedItemObjectsChange
for single select mode #9Changelog
0.3.3 - 2018-01-30
numberOfLines
prop, so long labels can be truncated (defaults to null - no truncation).Changelog
0.3.2 - 2018-01-18