Skip to content

Conversation

artinboghosian
Copy link
Contributor

In the current integration, the turbo:load event doesn't capture every Turbo render—for example, forms that fail validation (returning a 422 status) aren't caught. Instead, turbo:render handles those cases and also covers all events that turbo:load does, except for the initial page load. To address this, I use DOMContentLoaded to ensure the initial load is handled properly.

In the current integration, the turbo:load event doesn't capture every Turbo render—for example, forms that fail validation (returning a 422 status) aren't caught. Instead, turbo:render handles those cases and also covers all events that turbo:load does, except for the initial page load. To address this, I use DOMContentLoaded to ensure the initial load is handled properly.
@artinboghosian artinboghosian changed the title Reinitialize properly on Turbo Render for Form Validation Errors Reinitialize properly on Form Validation Errors for Turbo Feb 24, 2025
@artinboghosian
Copy link
Contributor Author

Bumping

@artinboghosian
Copy link
Contributor Author

artinboghosian commented Sep 15, 2025

Bumping @zoltanszogyenyi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant