mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update autocomplete.js
This commit is contained in:
parent
6747b3dec5
commit
971f545d36
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ const AutoCompleteProps = [
|
|||
default: "blank",
|
||||
description: 'Specifies the behavior dropdown button. Default "blank" mode sends an empty string and "current" mode sends the input value.'
|
||||
},
|
||||
{
|
||||
name: "autoHighlight",
|
||||
type: "boolean",
|
||||
default: false,
|
||||
description: "Highlights automatically the first item of the dropdown to be selected."
|
||||
},
|
||||
{
|
||||
name: "multiple",
|
||||
type: "boolean",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue