Fixed #2916 - Add autoFilterFocus property to Dropdown and MultiSelect

This commit is contained in:
mertsincan 2022-09-01 00:30:06 +01:00
parent bc17ff6022
commit 12190e45fd
8 changed files with 61 additions and 15 deletions

View file

@ -209,6 +209,12 @@ const MultiSelectProps = [
default: "true",
description: "Whether to focus on the first visible or selected element when the overlay panel is shown."
},
{
name: "autoFilterFocus",
type: "boolean",
default: "false",
description: "Whether to focus on the filter element when the overlay panel is shown."
},
{
name: "filterMessage",
type: "string",