Skip to content

Commit c8cfadd

Browse files
Autocomplete: remove duplicate prop in types
1 parent 15c3829 commit c8cfadd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

types/autocomplete.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ export declare class ElAutocomplete extends ElementUIComponent {
5656
/** Whether show suggestions when input focus */
5757
triggerOnFocus: boolean
5858

59-
/** Whether to emit a `select` event on enter when there is no autocomplete match */
60-
selectWhenUnmatched: boolean
61-
6259
/** Prefix icon class */
6360
prefixIcon: string
6461

0 commit comments

Comments
 (0)