react-selectize
Advanced tools
Changelog
v0.6.0 / 30th January 2016
autofocus
prop, that will automatically toggle the dropdown on loadfocus
& blur
related issueson-enter
prop with on-keyboard-selection-failed
Changelog
v0.5.3 / 27th January 2016
name
& serialize
props for form serializationChangelog
v0.5.2 / 26th January 2016
Changelog
v0.5.1 / 25th January 2016
Changelog
v0.5.0 / 25th January 2016
tether
propblur
method
.dropdown-transition
div is only used if any one (or both) oftransition-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 |
Changelog
v0.4.0 / 21st January 2016
delimiters
& valuesFromPaste
(#21)Changelog
v0.3.11 / 20th January 2016
Changelog
v0.3.10 / 19th January 2016
Changelog
v0.3.9 / 18th January 2016
on-enter :: Item -> Void
prop, fired (with the highlighted-option
) when the user hits the enter key (#19)