mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5096 - autoOptionFocus default type is changed as false
This commit is contained in:
parent
594eef2ca1
commit
1a048a0fd1
15 changed files with 15 additions and 15 deletions
|
@ -128,7 +128,7 @@ const CascadeSelectProps = [
|
|||
{
|
||||
name: 'autoOptionFocus',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
default: 'false',
|
||||
description: 'Whether to focus on the first visible or selected element when the overlay panel is shown.'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue