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
ilyakatz edited this page Aug 29, 2012
·
1 revision
If you create a custom wrapper for your simple form
<%= simple_form_for @topic, wrapper: :label_hint do %>
You will need to make sure that ClientSideValidations formbuilder has a way to handle addition/removal of errors. Simple way would be to reuse a default wrapper if applicable