Преглед на файлове

Autocomplete: remove duplicate prop in types (#11388)

杨奕 преди 7 години
родител
ревизия
94434dcb79
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      types/autocomplete.d.ts

+ 0 - 3
types/autocomplete.d.ts

@@ -56,9 +56,6 @@ export declare class ElAutocomplete extends ElementUIComponent {
   /** Whether show suggestions when input focus */
   triggerOnFocus: boolean
 
-  /** Whether to emit a `select` event on enter when there is no autocomplete match */
-  selectWhenUnmatched: boolean
-
   /** Prefix icon class */
   prefixIcon: string