i'm using `DatePicker` in compose desktop and ther...
# compose
j
i'm using
DatePicker
in compose desktop and theres a lot of ui bugs and one major bug where it appears its off by 1 for the months (my default date is today but its showing Sep 21 as selected). is there a way to see the source so I can possible fix this myself and/or where is the best place to file these bugs?
c
Use https://goo.gle/compose-feedback.
DataPicker
is part of Compose and using this link will cause a bug to be added to our normal bug triage and it will be sent to the correct team.
j
should i file all the bugs with the component in one ticket or is it best to create separate ones for each?
c
Ideally file individual bugs for each issue you encounter with separate steps. Conflating bugs into a single report makes tracking more difficult as the issues might be fixed independently by different people.
j
done - https://issuetracker.google.com/issues/296768180. i think the bugs in there are all related to this off by one error so i kept them in one ticket. i'll file the UI tickets separate though
c
Thanks!
d
I ran into the off by one thing for the Material 3 picker too! I thought it was just me not knowing how to work with date times. But kotlinx-datetime would work as expected when parsing date strings. But the picker kept giving an off by 1 date.
I should have filed a bug 😅
a
j
thanks, hopefully this can land before the next RC