[X] I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.13.4
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
The dialog picker buttons for next and previous do not seem to have any a11y text, and adding the previousLabel and nextLabel does not help. In fact the props seem to be passed directly down to the native element.
If possible, include a link to a codesandbox with a minimal reproduction
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.13.4
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
The dialog picker buttons for next and previous do not seem to have any a11y text, and adding the
previousLabel
andnextLabel
does not help. In fact the props seem to be passed directly down to the native element.If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-react-template-forked-3vvsdy?file=%2Fsrc%2FApp.tsx%3A15%2C23
Possible fix
No response
Self-service