Merge pull request #6414 from avramz/fix/multiselect-selection-message-locale

#6303 fix: Multiselect - correctly default to locale when selectedItemsLabel…
This commit is contained in:
Tuğçe Küçükoğlu 2024-09-24 11:57:26 +03:00 committed by GitHub
commit 41b6b9e0a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -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',