This commit is contained in:
Tuğçe Küçükoğlu 2021-07-14 17:12:17 +03:00
parent e8738455d0
commit 519e9d70bf
4 changed files with 5 additions and 5 deletions

View file

@ -62,7 +62,7 @@ const AutoCompleteProps = [
{
name: "completeOnFocus",
type: "boolean",
default: false,
default: "false",
description: "Whether to run a query when input receives focus."
},
{