Procházet zdrojové kódy

Autocomplete: remove duplicate prop in types (#11388)

杨奕 před 7 roky
rodič
revize
94434dcb79
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  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 */
   /** Whether show suggestions when input focus */
   triggerOnFocus: boolean
   triggerOnFocus: boolean
 
 
-  /** Whether to emit a `select` event on enter when there is no autocomplete match */
-  selectWhenUnmatched: boolean
-
   /** Prefix icon class */
   /** Prefix icon class */
   prefixIcon: string
   prefixIcon: string