You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the markup generated in tags.jqvalidate.JqValidateTags._form() already contains the class attribute with value play-jqvalid-form, you cannot declare any additional classes for the form like that:
#{jqvalid.form @Users.save(u.id), class: 'nice'}
I think the tag should append any given attribute values to the generated markup.
Thanks,
Jan.
The text was updated successfully, but these errors were encountered:
Hi,
as the markup generated in
tags.jqvalidate.JqValidateTags._form()
already contains theclass
attribute with valueplay-jqvalid-form
, you cannot declare any additional classes for the form like that:I think the tag should append any given attribute values to the generated markup.
Thanks,
Jan.
The text was updated successfully, but these errors were encountered: