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

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