Update autocomplete.js

This commit is contained in:
Tuğçe Küçükoğlu 2021-09-29 16:22:13 +03:00
parent 6747b3dec5
commit 971f545d36

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