React-Select-Plus v0.5.2 Release Notes

Release Date: 2015-06-28 // almost 9 years ago
    • 🛠 fixed; bug where Select shows the value instead of the label, thanks Stephen Demjanenko
    • ➕ added; 'is-selected' classname is added to the selected option, thanks Alexey Volodkin
    • 🛠 fixed; async options are now loaded with the initial value, thanks Pokai Chang
    • 🛠 fixed; react-input-autosize now correctly escapes ampersands (&), not actually a fix in react-select but worth noting here because it would have been causing a problem in react-select as well.