Update autocomplete.js
parent
6747b3dec5
commit
971f545d36
|
@ -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…
Reference in New Issue