diff --git a/api-generator/components/autocomplete.js b/api-generator/components/autocomplete.js index 56c7126a5..d0b09bde2 100644 --- a/api-generator/components/autocomplete.js +++ b/api-generator/components/autocomplete.js @@ -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",