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
Current sweet alert is not triggered when a button_to tag is used. This should act in the same way a link_to or submit_tag works but the module doesn't define a function for button_to, only button_tag.
E.G. <%= button_to "Click Me", root_path, data: { confirm: "Do it?" }, class: "ui button" %>
The text was updated successfully, but these errors were encountered:
Current sweet alert is not triggered when a button_to tag is used. This should act in the same way a
link_to
orsubmit_tag
works but the module doesn't define a function forbutton_to
, onlybutton_tag
.E.G.
<%= button_to "Click Me", root_path, data: { confirm: "Do it?" }, class: "ui button" %>
The text was updated successfully, but these errors were encountered: