Derrick Liu
0c33358b1e
react-select: Export the Option interface ( #9110 )
...
* Add an export for Option so we can use it directly
* Update tests to import the newly exported Option
2016-05-01 21:55:08 +09:00
Derrick Liu
1f17720f56
react-select: use export default to match library ( #9100 )
...
* Update react-select to export Select by default
* Update react-select tests to match
2016-04-26 00:40:19 +09:00
Roger Chen
2543e90c09
Fix definition for optionRenderer in react-select ( #8957 )
2016-04-17 23:48:38 +09:00
M Clark
1239b5a12b
Bugfix in ReactSelect.Async definitions ( #8898 )
...
* Bugfix in ReactSelect.Async definitions
* Extended defined props
2016-04-14 21:48:40 +09:00
Andrzej Skrodzki
8d0cdb374d
Update avaiable hooks. ( #8909 )
...
Apply comments.
Minor changes.
2016-04-13 00:35:06 +09:00
Gilad Gray
3716056736
update typings for React Select 1.0.0
...
- use `export = var` syntax so it works as a global library
- put interfaces in ghost module so they don't pollute global namespace
- add JSDoc comments for each prop
- move old version to -0.9.10
2016-03-14 19:21:05 -07:00
Jim McCarthy
0074be4cf5
Updated type file to include support for Async dropdowns. Added tests.
2016-01-13 11:26:37 -05:00