ant-design/components/select
Dimitri Mitropoulos c92cf5b778 adds missing argument in Select onChange prop (#9332)
* adds missing argument in Select onChange prop

from the docs: 
`function(value, option:Option/Array<Option>)`

also, (from reality) the callback really does send an option or options array.

* updates type to use ReactElement instead of Object
2018-02-13 07:33:25 -06:00
..
__tests__ upgrade snapshots (#9127) 2018-01-25 18:24:59 +08:00
demo doc: fix select multiple doc children (#8904) 2018-01-10 14:09:23 +08:00
style Fix select arrow style in IE11 2018-02-07 20:29:40 +08:00
index.en-US.md doc add select component showArrow props document 2018-02-08 16:13:09 +08:00
index.tsx adds missing argument in Select onChange prop (#9332) 2018-02-13 07:33:25 -06:00
index.zh-CN.md doc add select component showArrow props document 2018-02-08 16:13:09 +08:00