Fixed #5096 - autoOptionFocus default type is changed as false

This commit is contained in:
tugcekucukoglu 2024-01-17 12:44:08 +03:00
parent 594eef2ca1
commit 1a048a0fd1
15 changed files with 15 additions and 15 deletions

View file

@ -200,7 +200,7 @@ const DropdownProps = [
{
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.'
},
{