Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding javascript validation of the description #1020

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

carolyncole
Copy link
Member

Moving required field validation to a Vite class
Adding a Required field partial to make the javascript more consistent

Fixes:

Moving required field validation to a Vite class
Adding a Required field partial to make the javascript more consistent
Adding turbolinks:load for setting up javascript properly with turbolinks
@carolyncole carolyncole marked this pull request as ready for review March 2, 2023 13:51
}

// Must run the javascript loader on every page even if turbolinks loads it
$(document).on('turbolinks:load', ready);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@hectorcorrea hectorcorrea merged commit 4b2091e into main Mar 2, 2023
@hectorcorrea hectorcorrea deleted the i999-validation-step2 branch March 2, 2023 19:00
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.

None yet

3 participants