Replies: 1 comment
-
You can pass Indicator as children with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Mantine v7 and trying to customize the YearPicker component to style specific years and add an indicator (like a small dot) above them when a condition is met.
Since renderYear is not available in Mantine v7 (like renderDays in DatePicker), I tried using the styles prop to target specific years using their data-year attribute, but it's not working.
Also i tried via getYearControlProps but could not make it work.
Beta Was this translation helpful? Give feedback.
All reactions