Blame view

src/InputSearch/InputSearch.html 532 Bytes
1b6f912f   Imshann   优化
1
  <span className="ant-input-group-wrapper ant-input-search">
3a3ecabe   Imshann   init
2
3
      <span className="ant-input-wrapper ant-input-group">
          <es-input placeholder="{{placeholder}}" on-change="handleChange(event)"></es-input>
1b6f912f   Imshann   优化
4
5
          <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">
3a3ecabe   Imshann   init
6
7
8
9
10
                  <es-icon type="SearchOutlined"></es-icon>
              </es-button>
          </span>
      </span>
  </span>