Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-selectize

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-selectize - npm Package Versions

1
7

0.2.5

Diff

Changelog

Source

v0.2.5 / 28th September 2015

  • create index.css to fix style duplication when importing both SimpleSelect.css & MultiSelect.css
  • clicking on the arrow button toggles the dropdown
  • minor css tweaks
furqan.zafar
published 0.2.4 •

Changelog

Source

v0.2.4 / 26th September 2015

  • perf optimization, using result of props.uid method to compare items instead of deep equals
  • added HighlightedText component to help with search highlighting
furqan.zafar
published 0.2.3 •

Changelog

Source

v0.2.3 / 23rd September 2015

  • fixed a bug where passing a single child element would not show up in the dropdown
  • fixed other minor bugs identified by unit testing
furqan.zafar
published 0.2.2 •

Changelog

Source

v0.2.2 / 21st September 2015

  • fixed a bug where the input element would not autosize on entering search text
  • avoid firing onValueChange with undefined value when the user enters new search text
furqan.zafar
published 0.2.1 •

Changelog

Source

v0.2.1 / 20th September 2015

  • fixed React Warnings caused by missing key property for ValueWrapper components
  • allowing for wide range of react versions including 0.14.x-rc*
  • uid property for MultiSelect components
furqan.zafar
published 0.2.0 •

Changelog

Source

v0.2.0 / 19th September 2015

  • drop in replacement for React.DOM.Select, accepts options as children
  • added a new prop dropdownDirection, setting it to -1 forces the options menu to open upwards
  • option group support (as rows and columns)
  • updated the signature of refs.selectInstance.focus from a -> Void to a -> (a -> Void) -> Void, i.e. the focus function now accepts a callback as the first parameter which is fired when the options menu is visible
  • improved performance by implementing shouldComponentUpdate lifecycle method for *Wrapper classes, added uid :: (Eq e) => Item -> e prop
  • changed the signature of renderOption & renderValue props from Int -> Item -> ReactElement to Item -> ReactElement
furqan.zafar
published 0.1.6 •

Changelog

Source

v0.1.6 / 19th September 2015

  • introduced a new prop autosize, allows consumers to provide custom autosize logic for search input, the default implementation now supports nonmodern browsers
furqan.zafar
published 0.1.4 •

Changelog

Source

v0.1.4 / 15th September 2015

  • fixed option menu toggle on tap/click in mobile safari
furqan.zafar
published 0.1.3 •

Changelog

Source

v0.1.3 / 12th September 2015

  • fixed a bug where invoking the callback onValueChange synchronously would not close the options menu
  • fixed a bug where the SimpleSelect onValueChange callback was invoked even when the user selected the same item
  • minor tweaks & improvements to the default stylesheet
furqan.zafar
published 0.1.2 •

Changelog

Source

v0.1.2 / 11th September 2015

  • updated package.json added keywords & removed license property
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