Fixed #2902 - Add selectOnFocus property to Overlay components

This commit is contained in:
mertsincan 2022-08-30 12:05:10 +01:00
parent 7bdbeecf69
commit c391fa4268
16 changed files with 111 additions and 28 deletions

View file

@ -191,6 +191,12 @@ const DropdownProps = [
default: "true",
description: "Whether to focus on the first visible or selected element when the overlay panel is shown."
},
{
name: "selectOnFocus",
type: "boolean",
default: "false",
description: "When enabled, the focused option is selected."
},
{
name: "filterMessage",
type: "string",