-
Notifications
You must be signed in to change notification settings - Fork 18
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
Requiring translation files generates CSRF related error. #13
Comments
I haven't got much to add as to why this happens, but I can confirm that this happens for me as well. Seems like a really weird bug. |
👍 Please fix this. |
Here's a fix: jQuery.extend( jQuery.fn.pickadate.defaults, {
hiddenName: true
}); Explanation When using translations the value being displayed are different from the the value being submitted by using different values for the options By setting |
I would argue setting |
When i add
to
application.js
I get this error:If i remove that line it works fine.
The text was updated successfully, but these errors were encountered: