Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new message options to PrimeVue API #2812

Closed
mertsincan opened this issue Jul 29, 2022 · 0 comments
Closed

Add new message options to PrimeVue API #2812

mertsincan opened this issue Jul 29, 2022 · 0 comments
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@mertsincan
Copy link
Member

mertsincan commented Jul 29, 2022

Some options have been added so that ScreenReaders can read the state changes in the components more easily.

...
emptyFilterMessage: 'No results found', // @deprecated Use 'emptySearchMessage' option instead.
searchMessage: '{0} results are available',
selectionMessage: '{0} items selected',
emptySelectionMessage: 'No selected item',
emptySearchMessage: 'No results found',
...
aria: {
    ...
    selectAll: 'All items selected',
    unselectAll: 'All items unselected',
    close: 'Close'
    ...
}
...
@mertsincan mertsincan added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Jul 29, 2022
@mertsincan mertsincan added this to the 3.15.1 milestone Jul 29, 2022
@mertsincan mertsincan self-assigned this Jul 29, 2022
mertsincan added a commit that referenced this issue Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

1 participant