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.6.0

Diff

Changelog

Source

v0.6.0 / 30th January 2016

  • added autofocus prop, that will automatically toggle the dropdown on load
  • removed the requirement for passing callback as the last argument to on-*-change props
  • fixed many focus & blur related issues
  • Breaking Change replaced on-enter prop with on-keyboard-selection-failed
furqan.zafar
published 0.5.3 •

Changelog

Source

v0.5.3 / 27th January 2016

  • introduced name & serialize props for form serialization
furqan.zafar
published 0.5.2 •

Changelog

Source

v0.5.2 / 26th January 2016

  • fixed option groups related bug
furqan.zafar
published 0.5.1 •

Changelog

Source

v0.5.1 / 25th January 2016

  • fixed tabbing (broken in v0.5.0, caused by refactoring related to blur method) (#25)
furqan.zafar
published 0.5.0 •

Changelog

Source

v0.5.0 / 25th January 2016

  • added tether prop
  • added blur method
  • close dropdown when nothing is selected on pressing the return key
  • namespaced css classes (Breaking Change) :

.dropdown-transition div is only used if any one (or both) of transition-enter, transition-leave props is / are specified, before the .dropdown div was always being wrapped in .dropdown-transition even if animation was not required.

| Before | Now | |--------|-----| | .arrow | .react-selectize-arrow | | .control | .react-selectize-control | | .dropdown | .react-selectize-dropdown | | .dropdown-transition | .react-selectize-dropdown-container | | .placeholder | .react-selectize-placeholder | | .reset | .react-selectize-reset |

furqan.zafar
published 0.4.1 •

Changelog

Source

v0.4.1 / 22nd January 2016

  • merged pull request (fixes an issue when unmounting with dropdown open) (#23), thanks @yuters
furqan.zafar
published 0.4.0 •

Changelog

Source

v0.4.0 / 21st January 2016

  • Added two new props delimiters & valuesFromPaste (#21)
furqan.zafar
published 0.3.11 •

Changelog

Source

v0.3.11 / 20th January 2016

  • fixed case sensitivity bug in MultiSelect. (#20)
furqan.zafar
published 0.3.10 •

Changelog

Source

v0.3.10 / 19th January 2016

  • fixed a bug where elements behind the dropdown were not clickable even though the dropdown was closed. (#18)
furqan.zafar
published 0.3.9 •

Changelog

Source

v0.3.9 / 18th January 2016

  • added on-enter :: Item -> Void prop, fired (with the highlighted-option) when the user hits the enter key (#19)
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