pull/1281/head
Tuğçe Küçükoğlu 2021-05-17 09:02:55 +03:00
parent 85f09a74f4
commit eb32efc9e1
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ const AutoCompleteProps = [
default: "1",
description: "Minimum number of characters to initiate a search."
},
{
name: "completeOnFocus",
type: "boolean",
default: false,
description: "Whether to run a query when input receives focus."
},
{
name: "delay",
type: "number",