final-form / react-final-form-html5-validation

A swap-in replacement for 🏁 React Final Form's <Field> component to provide HTML5 Validation
MIT License
57 stars 8 forks source link

Support for deep fields #8

Closed erikras closed 6 years ago

erikras commented 6 years ago

Fixes #7.

Upgraded deps, including Babel v7.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #8   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          36     36           
  Branches       16     16           
=====================================
  Hits           36     36
Impacted Files Coverage Δ
src/Html5ValidationField.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 f416573...4b59df5. Read the comment docs.

erikras commented 6 years ago

Published in v1.0.2.