React-Select-Plus v1.1.0 Release Notes
Release Date: 2017-11-28 // over 7 years ago-
- โ added; more props are passed to the Option component:
focusOption
,inputValue
,selectValue
,removeValue
- โ added; the
inputValue
is passed as the third argument to theoptionRenderer
- ๐ fixed; issues opening the menu correctly for multiselect when
autosize={false}
- ๐ fixed; removed
event.stopPropagation()
from Select'sclearValue
andonClick
handlers, thanks Thomas Burke - ๐ fixed;
handleMouseDownOnArrow
whenopenOnClick={false}
, thanks elias ghali - ๐ fixed; conditional scrolling into view of focused option, thanks Michael Lewis
- โ added; more props are passed to the Option component: