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
I've checked that submit doesn't support a block. In my opinion, I suppose we need to support that because as you example, we could add span tags for adding some CSS rule.
It isn't a bug so I'll mark this issue as enhancement. I'll add as soon as possible ;)
The
submit
form helper does not seem to accept the block syntax for nesting tags within. Example:leads to:
Whereas the
button
helper reacts differently (note the nested span in the html):yields:
Is this by design or a bug?
The text was updated successfully, but these errors were encountered: