mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #3806 - Api: Typing mismatch
This commit is contained in:
parent
fde2bc6ec7
commit
9b9504ffe1
13 changed files with 306 additions and 298 deletions
2
components/lib/dropdown/Dropdown.d.ts
vendored
2
components/lib/dropdown/Dropdown.d.ts
vendored
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue