react-selectize v0.3.0 Release Notes

Release Date: 2015-10-09 // over 8 years ago
    • ⬆️ upgraded to react 0.14.0
    • you can now return an object from the uid prop, made uid prop optional (even for custom option object)
    • ➕ added editable prop for SimpleSelect
    • 🛠 fixed a bug where changing the selectable property would not rerender the option
    • wrap around when navigating options with arrow keys
    • close multi-select when there are no more options left to select