mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Autocomplete: remove duplicate prop in types (#11388)
This commit is contained in:
3
types/autocomplete.d.ts
vendored
3
types/autocomplete.d.ts
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user