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:
Bec Scott 2020-10-28 00:52:56 +10:00 committed by GitHub
parent c2fe5c2cfd
commit 2315bf1662
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ class SearchFilter extends Component {
) }
onChange={ this.onSearchChange }
type={ input.type }
autocompleter={ input.autocompleter }
placeholder={ labels.placeholder }
selected={ selected }
inlineTags