Update autocomplete.js

pull/1628/head
Tuğçe Küçükoğlu 2021-09-29 16:22:13 +03:00
parent 6747b3dec5
commit 971f545d36
1 changed files with 6 additions and 0 deletions

View File

@ -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",