Fixed #5099 - autoOptionFocus property added to Input-like components

This commit is contained in:
tugcekucukoglu 2024-01-17 17:09:34 +03:00
parent c8609171c2
commit 54a7a4fb50
10 changed files with 60 additions and 13 deletions

View file

@ -225,6 +225,11 @@ export interface OrderListProps {
* @defaultValue false
*/
metaKeySelection?: boolean | undefined;
/**
* Whether to focus on the first visible or selected element.
* @defaultValue false
*/
autoOptionFocus?: boolean | undefined;
/**
* Inline style of the the list element.
*/