InputSearch.html 532 Bytes
<span className="ant-input-group-wrapper ant-input-search">
    <span className="ant-input-wrapper ant-input-group">
        <es-input placeholder="{{placeholder}}" on-change="handleChange(event)"></es-input>
        <span className="ant-input-group-addon" onClick={this.onSearch.bind(this, { value: state.value })}>
            <es-button html-type="button" className="ant-btn-icon-only ant-input-search-button">
                <es-icon type="SearchOutlined"></es-icon>
            </es-button>
        </span>
    </span>
</span>