Skip to content

Commit

Permalink
feat: remove unnecessary prop
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadlgdo committed May 21, 2024
1 parent 68ed88b commit 25daa07
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@
type: Number,
default: 500
},
/**
* Keyboard keys to accept the autocomplete suggestion.
*/
autocompleteKeyboardKeys: {
type: Array as PropType<string[]>, // https://keycode.info/
default: () => ['ArrowRight']
},
/**
* Event that retrieves the autocomplete suggestion.
*/
Expand Down

0 comments on commit 25daa07

Please sign in to comment.