/react-select

This project is forked from http://jedwatson.github.io/react-select/ I have a creatable multiple values text field and when I remove some values in the text field, I want they would be also removed from options. Solution is I added onRemovedValue props, it is an callback to be called with value parameter when a value would be removed. Already created a pull request to JedWatson/react-select

Primary LanguageJavaScriptMIT LicenseMIT

Watchers