This commit is contained in:
Tuğçe Küçükoğlu 2021-05-17 09:02:55 +03:00
parent 85f09a74f4
commit eb32efc9e1

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