Blame view

src/InputSearch/InputSearch.html 544 Bytes
1b6f912f   Imshann   优化
1
  <span className="ant-input-group-wrapper ant-input-search">
3a3ecabe   Imshann   init
2
      <span className="ant-input-wrapper ant-input-group">
81f8a467   Imshann   调整组件前缀
3
          <antd-input placeholder="{{placeholder}}" on-change="handleChange(event)"></antd-input>
1b6f912f   Imshann   优化
4
          <span className="ant-input-group-addon" onClick={this.onSearch.bind(this, { value: state.value })}>
81f8a467   Imshann   调整组件前缀
5
6
7
              <antd-button html-type="button" className="ant-btn-icon-only ant-input-search-button">
                  <antd-icon type="SearchOutlined"></antd-icon>
              </antd-button>
3a3ecabe   Imshann   init
8
9
10
          </span>
      </span>
  </span>