kibu-australia / pushy

Clojurescript library for quick and easy HTML5 pushState
Eclipse Public License 1.0
223 stars 28 forks source link

Manage "action" and "formAction" route dispatch #33

Open dupuchba opened 7 years ago

dupuchba commented 7 years ago

When writing forms that redirect to a route if successfull, I find out that I can't write valid/SEO compliant HTML by using classical anchor.

I need to dispatch route on the action/formaction attributes. I no that pushy only filter a/href ; what do you think about opening it to action/formAction

Thanks for your advices