Blame view

build/InputSearch/InputSearch.html 490 Bytes
3a3ecabe   Imshann   init
1
2
3
4
5
6
7
8
9
10
  <span class="ant-input-search ant-input-search-enter-button ant-input-group-wrapper">
      <span class="ant-input-wrapper ant-input-group">
          <es-input placeholder={{placeholder}} on-change="handleChange(event)"></es-input>
          <span class="ant-input-group-addon" ng-click="onSearch({value: state.value})">
              <es-button class="ant-input-search-button">
                  <es-icon type="SearchOutlined"></es-icon>
              </es-button>
          </span>
      </span>
  </span>