React-Select-Plus v1.1.0 Release Notes

Release Date: 2017-11-28 // over 6 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 the optionRenderer
    • ๐Ÿ›  fixed; issues opening the menu correctly for multiselect when autosize={false}
    • ๐Ÿ›  fixed; removed event.stopPropagation() from Select's clearValue and onClick handlers, thanks Thomas Burke
    • ๐Ÿ›  fixed; handleMouseDownOnArrow when openOnClick={false}, thanks elias ghali
    • ๐Ÿ›  fixed; conditional scrolling into view of focused option, thanks Michael Lewis