final-form / final-form-focus

🏁 Final Form "decorator" that will attempt to apply focus to the first field with an error upon an attempted form submission
MIT License
83 stars 15 forks source link

Do not treat buttons as focusable inputs #9

Open Andarist opened 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #9   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines          44     44           
  Branches       11     11           
=====================================
  Hits           44     44
Impacted Files Coverage Δ
src/isFocusableInput.js 100% <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 b316e06...3b7ad9d. Read the comment docs.

TylerRick commented 4 years ago

Looks reasonable to me. Should we merge this?