Socket
Socket
Sign inDemoInstall

react-native-sectioned-multi-select

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-sectioned-multi-select - npm Package Versions

1235

0.4.4

Diff

Changelog

Source

0.4.4 - 2018-04-13

Added

  • 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. #23
  • searchAdornment 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.
renrizzolo
published 0.4.3 •

renrizzolo
published 0.4.2 •

Changelog

Source

0.4.2 - 2018-03-29

Fixed / Added

  • disabled items
    • sub item Touchable wasn't being disabled when a truthy disabled key is present
    • make item text colors.disabled when item has truthy disabled key
renrizzolo
published 0.4.1 •

Changelog

Source

0.4.1 - 2018-03-26

Fixed

  • cancel / confirm buttons not displaying properly on iOS. Cancel takes a fixed width instead of a flex ratio now. #19
renrizzolo
published 0.4.0 •

Changelog

Source

0.4.0 - 2018-03-23

Added

  • Cancel button #15
    • shows on the modal to the left of the confirm button. Pressing it dismisses the modal AND removes all selected items.
    • show with 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).
  • Hide select #16
    • hide the select entirely with hideSelect prop.
  • Display key #14
    • customize the title key with displayKey prop, instaed of being forced to use 'name'.
  • Added headerComponent prop - goes above search bar #17
  • Added onCancel and onConfirm function props

Changed

  • SelectedText now allowed to be a function, for more complex translations/
renrizzolo
published 0.3.5 •

Changelog

Source

0.3.5 - 2018-03-08

Added

  • customizable selectedText string (defaults to 'selected'). #13
renrizzolo
published 0.3.4 •

Changelog

Source

0.3.4 - 2018-02-14

Fixed

  • fixed onSelectedItemObjectsChange for single select mode #9
renrizzolo
published 0.3.3 •

Changelog

Source

0.3.3 - 2018-01-30

Added

  • Added numberOfLines prop, so long labels can be truncated (defaults to null - no truncation).

Changed

  • add flex to label text so checkmark is visible for long items
renrizzolo
published 0.3.2 •

Changelog

Source

0.3.2 - 2018-01-18

Changed

  • Make remove all chip use chipColor
renrizzolo
published 0.3.1 •

Changelog

Source

0.3.1 - 2018-01-17

Changed

  • Add changelog to Readme
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc