diff --git a/README.md b/README.md index 69fca49606..fcc11b03a6 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ An enterprise-class UI design language and React-based implementation. ## Features -- An enterprise-class graphical design language and framework for financial applications. +- An enterprise-class design language and high quality UI style. - Rich library of UI components base on [React Component](http://react-component.github.io/badgeboard/). -- A npm + webpack + babel workflow, supporting ES2015. +- A npm + webpack + babel + dora [workflow](http://ant-tool.github.io/index.html). ## Install diff --git a/components/icon/index.md b/components/icon/index.md index 46b6e5bdad..1140becfe5 100644 --- a/components/icon/index.md +++ b/components/icon/index.md @@ -120,7 +120,7 @@ const CopyableIcon = React.createClass({ }); }, render() { - const text = '<Icon type="' + this.props.type + '" />'; + const text = ''; return (
  • diff --git a/components/select/demo/search.md b/components/select/demo/search.md index d52f216f3d..3ab81a4c84 100644 --- a/components/select/demo/search.md +++ b/components/select/demo/search.md @@ -15,14 +15,16 @@ function handleChange(value) { } ReactDOM.render( - , mountNode); ```` diff --git a/components/select/index.md b/components/select/index.md index 0289b7ba9e..27d5a7c25d 100644 --- a/components/select/index.md +++ b/components/select/index.md @@ -38,7 +38,7 @@ | searchPlaceholder | 搜索框默认文字 | string | 无 | | notFoundContent | 当下拉列表为空时显示的内容 | string | 'Not Found' | | dropdownMatchSelectWidth | 下拉菜单和选择器同宽 | boolean | true | -| optionFilterProp | 输入项过滤对应的 option 属性 | string | value | +| optionFilterProp | 搜索时过滤对应的 option 属性,如设置为 children 表示对内嵌内容进行搜索 | string | value | | combobox | 输入框自动提示模式 | boolean | false | | size | 选择框大小,可选 `large` `small` | String | default | | showSearch | 在下拉中显示搜索框 | boolean | false |