diff --git a/components/auto-complete/index.jsx b/components/auto-complete/index.jsx index 0d5d938148..d0561dba45 100644 --- a/components/auto-complete/index.jsx +++ b/components/auto-complete/index.jsx @@ -136,6 +136,7 @@ const AutoComplete = { getInputElement: this.getInputElement, notFoundContent: getComponentFromProp(this, 'notFoundContent'), placeholder: '', + tabIndex: -1, }, class: cls, ref: 'select',