react-select-plus
Advanced tools
Changelog
v1.0.0-rc.1 / 2016-09-04
[]
when multi=true
, thanks
Michael WilliamsonrenderLabel
method, thanks
nhducit0
would be assumed to be no value,
thanks Hanwen ChenginstanceId
prop for server-side rendering, thanks
Jevin AndersononCloseResetsInput
prop, thanks
FrankieCreatable
component, replaces pre-1.0 allowCreate
prop, thanks
Brian VaughnChangelog
v1.0.0-beta14.patch1 / 2016-07-25
Changelog
v1.0.0-beta14 / 2016-07-17
react-input-autosize
has been udpated to 1.1.0
, which includes
fixes for the new warnings that React 15.2 logsinputClassName
on <div> tag" warning, thanks
Max StoiberonUnfocus
, thanks
Johnny NguyensearchPromptText
, thanks
MattsearchingText
bug, thanks
Tony deCatanzarominWidth
attribute, thanks
Ian WitherowonChange
callback causes a root component to unmount,
thanks Nathan Nortondisabled
becomes true, thanks
Jason MoongetFocusableOptionIndex
from returning a disabled option,
thanks Brian PowersbackspaceToRemoveMessage
if backspaceRemoves
is set to
false, thanks Ryan Zecesc
is pressed, thanks
Yoshihide Jimborequired
prop based on nextProps on update, thanks
Matt ShweryAlso a big thanks to Brian Vaughn for his help triaging issues for this release!
Changelog
v1.0.0-beta13.patch1 / 2016-06-22
Changelog
v1.0.0-beta13 / 2016-04-30
inputRenderer
prop, allows you to override the input component,
thanks Sean BurkeopenOnFocus
prop, causes the menu to always open when the select
control is focused, thanks
HuysentruytRubenreact-virtualised-select
HOC example, thanks
Brian VaughntabSelectsValue
prop can be set to false to prevent selection of
focused option when tab is pressed, thanks
Byron AndersonresetValue
when clearing the control, thanks
Alexander LubergonInputChange
, thanks
Brett DeWoodynoResultsText
prop type is now stringOrNode
for Async component,
thanks Michael GroenemanonInputChange
is wrapped by Async component, thanks
Eric O'ConnellscrollMenuIntoView
behaviour in IE10, thanks
Ivan JagerhandleRequired
, thanks
Andrew HiteChangelog
v1.0.0-beta12 / 2016-04-02
menuRenderer
method and example for effeciently rendering thousands
of options, thanks Brian VaughnoptionClassName
prop, thanks Max TylerrenderInvalidValues
prop for showing values that do not match optionsChangelog
v1.0.0-beta11 / 2016-03-09
joinValues
prop to revert the above change and submit multiple values
in a single field with the delimiterChangelog
v1.0.0-beta9 / 2016-02-12
required
prop, adds HTML5 required attribute, thanks
Domenico MatteoonOpen
and onClose
event props, thanks
Jacob PageautoBlur
prop, blurs the input when a value is selected, thanks
Pavel Tarnopolsky