React-Select-Plus v1.0.0-rc.6 Release Notes

Release Date: 2017-09-10 // over 6 years ago
    • ๐Ÿ›  fixed; changing required prop from true to false now works as expected, thanks George Karagkiaouris
    • โž• added; new prop onSelectResetsInput controls whether the input value is cleared when options are selected, thanks David Roeca and Alexander Nosov
    • ๐Ÿ›  fixed; tabindex parent bug fix for Edge, thanks George Payne
    • ๐Ÿ›  fixed; update selectize link in README.md, thanks kerumen
    • โž• added; standard issue template, thanks agirton
    • โž• added; new build process using rollup and webpack. Removed grunt. thanks gwyneplaine
    • ๐Ÿ›  fixed; updated contributor docs with the correct node version reference gwyneplaine
    • ๐Ÿ›  fixed; missing method binds in Option, thanks agirton
    • ๐Ÿ›  fixed; converted components to use es6 classes, thanks jochenberger
    • ๐Ÿ›  fixed; console.log example in usage docs, thanks rohmanhm
    • ๐Ÿ›  fixed; hide create option after closing menu, thanks andreme
    • ๐Ÿ›  fixed; remove circular reference, thanks agirton
    • ๐Ÿ›  fixed; readme typo, thanks [ieldanr](https:/github.com/ieldanr)
    • ๐Ÿ›  fixed; add missing function binds in Option component, thanks agirton and blacktemplar
    • ๐Ÿ›  fixed; re-added fix to #1580, thanks agirton
    • ๐Ÿ›  fixed; avoid mutating user inputs when ignoring case/accents, thanks not-an-aardvark
    • ๐Ÿ›  fixed; issues synchronising options props in Async, thanks cbergmiller
    • ๐Ÿ›  fixed; backspace handling for non-multi select controls, thanks Jeremy Liberman