mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
fix: Multiselect - correctly default to locale when selectedItemsLabel is not specified.
chore: update docs closes #6303
This commit is contained in:
parent
ea59ca3150
commit
46452f616f
4 changed files with 6 additions and 6 deletions
|
@ -165,7 +165,7 @@ const MultiSelectProps = [
|
|||
name: 'selectedItemsLabel',
|
||||
type: 'string',
|
||||
default: '{0} items selected',
|
||||
description: 'Label to display after exceeding max selected labels.'
|
||||
description: 'Label to display after exceeding max selected labels. Defaults to value from PrimeVue locale configuration.'
|
||||
},
|
||||
{
|
||||
name: 'maxSelectedLabels',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue