vigetlabs / microcosm

Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.
http://code.viget.com/microcosm/
MIT License
487 stars 29 forks source link

prevent default on event for ActionButton #474

Closed nhunzaker closed 6 years ago

nhunzaker commented 6 years ago

It's hard to use ActionButton with anchor tags because we do not preventDefault onClick: https://github.com/vigetlabs/microcosm/blob/master/packages/microcosm/src/addons/action-button.js#L73

nhunzaker commented 6 years ago

This will land in 13.x: https://github.com/vigetlabs/microcosm/blob/master/packages/microcosm-dom/src/action-button.js#L69-L72