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}