Fixed #3806 - Api: Typing mismatch

This commit is contained in:
mertsincan 2023-03-27 09:09:36 +01:00
parent fde2bc6ec7
commit 9b9504ffe1
13 changed files with 306 additions and 298 deletions

View file

@ -95,7 +95,7 @@ export interface DropdownProps {
* Defines the filtering algorithm to use when searching the options.
* @defaultValue contains
*/
filterMatchMode?: 'contains' | 'startsWith' | 'endsWith' | undefined;
filterMatchMode?: 'contains' | 'startsWith' | 'endsWith' | string | undefined;
/**
* Fields used when filtering the options, defaults to optionLabel.
*/