ant-design/components/tree-select
Xiaoming 9c6fef0604 treeSelect doc (#10302)
TreeSelect implement Tree as popup panel which use title as the display
text.
To follow the Select definition (label as display text), TreeSelect
internal convert the prop label into title to the Tree component (but
will follow if title is set).
ref:
https://github.com/react-component/tree-select/blob/master/src/Select.js
x#L44
2018-05-03 11:26:59 +08:00
..
__tests__ Focus && blur support (#8204) 2017-11-19 01:41:40 +08:00
demo Add multiple demo for TreeSelect 2017-08-21 18:08:41 +08:00
style When treeNode is disabled, its switcher is highlight and clickabled (#9539) 2018-03-09 15:04:09 +08:00
index.en-US.md treeSelect doc (#10302) 2018-05-03 11:26:59 +08:00
index.tsx Fix passing dropdownClassName to tree-select 2018-03-06 11:23:03 +08:00
index.zh-CN.md treeSelect doc (#10302) 2018-05-03 11:26:59 +08:00
interface.tsx Remove allowSyntheticDefaultImports (#8218) 2017-11-17 14:38:54 +08:00