From 94434dcb795ad6ab5cc7948ade38b0ce1877a446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=95?= Date: Tue, 29 May 2018 13:05:34 +0800 Subject: [PATCH] Autocomplete: remove duplicate prop in types (#11388) --- types/autocomplete.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/autocomplete.d.ts b/types/autocomplete.d.ts index 287c5cf6e..b37a0af97 100644 --- a/types/autocomplete.d.ts +++ b/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