Toggle does not work if placed within a <form {{action}}>
runspired opened this issue · 2 comments
runspired commented
runspired commented
This can be worked around by using <form onsubmit={{action "foo"}}>
directly and preventing the default form behavior manually.
For more complex things:
knownasilya commented
I don't think this is a bug, because the first version should actually be
Even template-lint complains if that's not there.