diff --git a/components/select/style/index.less b/components/select/style/index.less index 506aec3c70..ae89868d39 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -253,7 +253,7 @@ .@{select-prefix-cls}-search__field__mirror { position: absolute; top: 0; - left: 9999px; + left: -9999px; white-space: pre; pointer-events: none; }