You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.14.3
What package has an issue?
@mantine/dates
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Not applicable – issue is not related to the browser
Describe the bug
When I set hasNextLevel={false} on a DatePicker, it still allows me to select another level. If I set maxLevel="month" it won't show the next level but it still shows as a button with hover and pointer cursor. I would expect no hover and just a regular cursor.
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.14.3
What package has an issue?
@mantine/dates
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Not applicable – issue is not related to the browser
Describe the bug
When I set
hasNextLevel={false}
on a DatePicker, it still allows me to select another level. If I setmaxLevel="month"
it won't show the next level but it still shows as a button with hover and pointer cursor. I would expect no hover and just a regular cursor.If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/smoosh-brook-nff873
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: