mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update MultiSelect.d.ts
This commit is contained in:
parent
4741170f90
commit
6825a9310b
1 changed files with 2 additions and 2 deletions
|
@ -429,7 +429,7 @@ export interface MultiSelectProps {
|
|||
display?: 'comma' | 'chip' | undefined;
|
||||
/**
|
||||
* Label to display after exceeding max selected labels.
|
||||
* @defaultValue 'null'
|
||||
* @defaultValue null
|
||||
*/
|
||||
selectedItemsLabel?: string | undefined;
|
||||
/**
|
||||
|
@ -520,7 +520,7 @@ export interface MultiSelectProps {
|
|||
filterMessage?: string | undefined;
|
||||
/**
|
||||
* Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration.
|
||||
* @defaultValue 'null'
|
||||
* @defaultValue null
|
||||
*/
|
||||
selectionMessage?: string | undefined;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue