mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #354
This commit is contained in:
parent
85f09a74f4
commit
eb32efc9e1
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ const AutoCompleteProps = [
|
||||||
default: "1",
|
default: "1",
|
||||||
description: "Minimum number of characters to initiate a search."
|
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",
|
name: "delay",
|
||||||
type: "number",
|
type: "number",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue