Fix missing custom autocompleter attribute in Search component of Advanced Filter (https://github.com/woocommerce/woocommerce-admin/pull/5448)
Co-authored-by: khoand0000 <khoand0000@gmail.com>
This commit is contained in:
parent
c2fe5c2cfd
commit
2315bf1662
|
@ -132,6 +132,7 @@ class SearchFilter extends Component {
|
|||
) }
|
||||
onChange={ this.onSearchChange }
|
||||
type={ input.type }
|
||||
autocompleter={ input.autocompleter }
|
||||
placeholder={ labels.placeholder }
|
||||
selected={ selected }
|
||||
inlineTags
|
||||
|
|
Loading…
Reference in New Issue