django-simple-bulma icon indicating copy to clipboard operation
django-simple-bulma copied to clipboard

Bulma Calendar widget shows incorrect value

Open bpepple opened this issue 2 years ago • 2 comments

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 avatar Mar 05 '22 20:03 bpepple

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

bpepple avatar Mar 08 '22 17:03 bpepple

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

lemonsaurus avatar Jul 31 '22 16:07 lemonsaurus