flipbyte / formik-json-schema

Easily create react forms using JSON / Javascript Object
MIT License
152 stars 40 forks source link

Form onUpdate callback, showWhen and enabledWhen element conditionals. #24

Closed easeq closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will decrease coverage by 0.65%. The diff coverage is 76.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   90.68%   90.02%   -0.66%     
==========================================
  Files          29       29              
  Lines         365      371       +6     
==========================================
+ Hits          331      334       +3     
- Misses         34       37       +3
Impacted Files Coverage Δ
src/Field/Text.js 100% <ø> (ø) :arrow_up:
src/Container/Fieldset.js 100% <ø> (ø) :arrow_up:
src/Field/Textarea.js 100% <ø> (ø) :arrow_up:
src/Field/Switch.js 100% <ø> (ø) :arrow_up:
src/Field/ErrorMessage.js 100% <ø> (ø) :arrow_up:
src/Field/CodeEditor.js 71.42% <0%> (ø) :arrow_up:
src/Field/Wysiwyg.js 81.81% <0%> (ø) :arrow_up:
src/Field/FileUploader.js 91.3% <0%> (ø) :arrow_up:
src/Form.js 100% <100%> (ø) :arrow_up:
src/FieldTemplate.js 100% <100%> (ø) :arrow_up:
... and 8 more

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 45e7766...ca0b2a3. Read the comment docs.