lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
136 stars 16 forks source link

Bulma Calendar widget shows incorrect value #88

Open bpepple opened 2 years ago

bpepple commented 2 years ago

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: Screenshot from 2022-03-05 15-39-13

When updating the object the Bulma-Calendar widget shows the following: Screenshot from 2022-03-05 15-39-25

It appears to be showing a day earlier than the value of the input: Screenshot from 2022-03-05 15-44-46

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.

bpepple commented 2 years ago

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

lemonsaurus commented 2 years ago

I'll make sure to update Bulma-Calendar in the next release of django-simple-bulma, which will happen soon.