django-simple-bulma
django-simple-bulma copied to clipboard
Bulma Calendar widget shows incorrect value
Using the Bulma Calendar widget and notice that it's showing the incorrect date on a form.
Below screenshot shows the values it should be:
When updating the object the Bulma-Calendar widget shows the following:
It appears to be showing a day earlier than the value of the input:
Did a quick look at upstreams bugs and didn't see any for this bug, but when I get some free time I'll give a more thorough search.
Should have noted this is with v2.4.0, and it looks like this bug was fixed with a more recent version of Bulma-Calendar (tho I haven't had a chance to verify this).
I'll make sure to update Bulma-Calendar in the next release of django-simple-bulma
, which will happen soon.