mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.79k stars 1.9k forks source link

DatePickerInput does not respect nextLabel and previousLabel #7052

Closed tommhuth closed 1 week ago

tommhuth commented 2 weeks ago

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 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

https://codesandbox.io/p/sandbox/mantine-react-template-forked-3vvsdy?file=%2Fsrc%2FApp.tsx%3A15%2C23

Possible fix

No response

Self-service