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

ActionForm and ActionButton are referenceable via refs #447

Closed nhunzaker closed 6 years ago

nhunzaker commented 6 years ago

This commit ensures that both the ActionForm and ActionButton are referenceable via refs, and can be submitted programmatically.

Fixes #446

codecov-io commented 6 years ago

Codecov Report

Merging #447 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #447   +/-   ##
=======================================
  Coverage   76.51%   76.51%           
=======================================
  Files          44       44           
  Lines        1367     1367           
  Branches      253      253           
=======================================
  Hits         1046     1046           
  Misses        263      263           
  Partials       58       58
Impacted Files Coverage Δ
packages/microcosm/src/addons/action-form.js 97.61% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff455b7...008eee2. Read the comment docs.