ant-design/components/select
Edd Hannay ec2bec5417 Add tokenSeparators prop to Select TS definitions (#4441)
[The documentation](https://ant.design/components/select/) lists the `tokenSeparators` property on the `Select` component, but the TypeScript definition for the component does not contain the `tokenSeparators` property. The underlying `rc-select` component [defines tokenSeparators](https://github.com/react-component/select/blob/master/src/Select.jsx#L79) as `PropTypes.arrayOf(PropTypes.string)`, so I've added it as an optional TypeScript property of type `string[]`.

- Add tokenSeparators to SelectProps in Select Component
2017-01-02 19:11:13 +08:00
..
__tests__ Don't ignore test files. 2016-12-14 14:48:09 +08:00
demo Add demo for Case-insensitive search Select, close #4408 2016-12-30 14:05:27 +08:00
style New color system (#4426) 2017-01-01 22:20:06 +08:00
index.en-US.md update labelInValue description 2016-12-13 11:44:59 +08:00
index.tsx Add tokenSeparators prop to Select TS definitions (#4441) 2017-01-02 19:11:13 +08:00
index.zh-CN.md update labelInValue description 2016-12-13 11:44:59 +08:00