king
2021-09-26 0f22c04237fbe746887feafafca36d5cf996d0e0
src/templates/sharecomponent/actioncomponent/verifyprint/index.jsx
@@ -316,7 +316,12 @@
                        }
                      ]
                    })(
                      <Select dropdownClassName="print-template-setting" onChange={this.changeTemplate}>
                      <Select
                        showSearch
                        filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
                        dropdownClassName="print-template-setting"
                        onChange={this.changeTemplate}
                      >
                        {this.state.templates.map((option, key) =>
                          <Select.Option id={key} key={key} value={option.value}>
                            {option.text}