Socket
Socket
Sign inDemoInstall

react-native-sectioned-multi-select

Package Overview
Dependencies
2
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245Next

0.6.3

Diff

Changelog

Source

0.6.3 - 2018-11-27

Added

  • Add modalWithTouchable prop. Set to true to wrap the backdrop in a TouchableWithoutFeedback, which will close the selector (also fires onToggleSelector(false)) #76
renrizzolo
published 0.6.2 •

renrizzolo
published 0.6.1 •

Changelog

Source

0.6.1 - 2018-10-23

Fixed

  • properly escape regex special chars for test in filter function #64

Added

  • Add hideConfirm prop - hides the confirm button from the modal #62
  • Add stickyFooterComponent shows below the confirm button (but, unlike footerComponent, outside of the scroll view so it's always visible)
  • Add chipsPosition to position the chips above or below the select. Sstring, either 'top' or 'bottom' #56
  • Add customChipsRenderer function. receives all props. #56
  • Add modalSafeAreaView prop. Set to true to use a SafeAreaView instead of a View as the backdrop inside the Modal.
renrizzolo
published 0.6.0 •

Changelog

Source

0.6.0 - 2018-10-02

Fixed

  • prevent crash when pressing select toggle rapidly
  • fix formatting of this document

Added

  • Add onToggleSelector callback function #48
  • Add noItemsComponent to be shown when there are no items
  • Add loading boolean prop for loading state

Changed

  • Change loadingComponent to be shown when loading prop is true (previously was shown when items were empty)
renrizzolo
published 0.5.2 •

Changelog

Source

0.5.2 - 2018-07-10

Fixed

  • Added keyboardShouldPersistTaps props where needed

Added

  • Add selectedItemText and selectedSubItemText styles (previously only the parent view style was editable when selected).
renrizzolo
published 0.5.1 •

Changelog

Source

0.5.1 - 2018-06-29

Added

  • Add chipRemoveIconComponent, this icon wasn't user replaceable before.
  • Add 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).
renrizzolo
published 0.5.0 •

Changelog

Source

0.5.0 - 2018-06-12

Added

  • Add expandDropDowns prop. Set to true to expand all parent dropdowns (when using showDropDowns).
  • Add animateDropDowns prop. Set to false to not use LayoutAnimation when toggling the dropdowns.
  • Add customLayoutAnimation prop. Use your own LayoutAnimation preset or custom layout animation object for the toggling of dropdowns.
  • Add selectLabelNumberOfLines prop.
  • Add renderSelectText function that receives props. This allows you to fully customize what the select label says and when, overriding selectText, selectedText etc.

Changed

  • numberOfLines is now itemNumberOfLines, to avoid confusion.
  • There were serious perf issues for things like toggling dropdowns with larger lists. To mitigate this, the sub items have been moved inside of the parent items and some functions have been rafactored or moved. The only noticeable difference should be that the parent item's itemSeparator shows at the bottom of the group of items, rather than always being directly below the parent item.

Fixed

  • Cast keyExtractor ids to string #31
  • Should be generally faster...
renrizzolo
published 0.4.7 •

Changelog

Source

0.4.7 - 2018-05-07

Changed

  • Removed lodash dependency: replaced get and reject functions with internal functions.
renrizzolo
published 0.4.6 •

renrizzolo
published 0.4.5 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc