jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
317 stars 30 forks source link

Submit button shows bummer symbol after okay symbol. #136

Closed oisy92 closed 4 months ago

oisy92 commented 4 months ago

Current Behavior:

After a successful post request, the submit button shows okay symbol, but shortly after, it shows the bummer symbol.

Desired Behavior:

In the event of successful post request, the submit button should show okay symbol, without displaying bummer symbol afterwards.

How to Reproduce Current Behavior:

1 - Go to the form in Action Queues documentation. 2 - Set network throttle to slow 3G (This is not required, but it helps to spot the bummer symbol clearer). 3 - Check valid box and click Submit.

jrief commented 4 months ago

Well spotted. Thanks for reporting.

jrief commented 4 months ago

Please recheck using the latest commit from branch release/1.4.

oisy92 commented 4 months ago

Resolved. Thanks Jacob!