Izaak Baker
86b7c1a268
Add typings for Creatable class in react-select
2016-09-07 14:51:41 -07:00
Vicky Lai
39d97a1817
Fix value type for react-select
2016-08-02 20:21:32 -07:00
Vicky Lai
12bd742144
Fix react-select definition for valueRenderer
2016-07-20 19:12:07 -07:00
Vicky Lai
23be9194eb
Clean up react-select tests
...
Address comments from
https://github.com/DefinitelyTyped/DefinitelyTyped/pull/10109
2016-07-19 21:26:47 -07:00
velveret and Mohamed Hegazy
2f16c8ae7e
Fix react-select definition for filterOptions ( #10109 )
2016-07-19 17:16:17 -07:00
Charles Arnold
1defb4cf40
react-select: fix issue with props ref not set to correct type, and update tests to test additional React.Props types
2016-06-28 09:54:10 -07:00
vickyl1 and Masahiro Wakame
a50c292dc1
Fix definition for custom components in react-select ( #9516 )
2016-06-03 00:39:45 +09:00
Charlie Arnold and Masahiro Wakame
398bd74211
react-select: change from ES6 export default to 'export =' to match javascript module ( #9274 )
2016-05-15 02:52:52 +09:00
Derrick Liu and Masahiro Wakame
cc14a78043
react-select: update props to match Select and Async source files ( #9127 )
...
* Add an export for Option so we can use it directly
* Update tests to import the newly exported Option
* Add missing props from latest `react-select` 1.0.0-beta12
* Add menuRenderer function and interface for its named props
* This argument should be optional.
* `tabSelectsValue` should be a boolean, not a string
* Update tests with new props
* Export menu renderer props so devs can write typesafe `menuRenderer` functions
* Make sure to check exports in tests, since it's likely users won't be using <reference... >
2016-05-06 03:17:45 +09:00
Derrick Liu and Masahiro Wakame
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 and Masahiro Wakame
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 and Masahiro Wakame
2543e90c09
Fix definition for optionRenderer in react-select ( #8957 )
2016-04-17 23:48:38 +09:00
M Clark and Masahiro Wakame
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 and Masahiro Wakame
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