File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
pf4-component-mapper/src/tests/field-array/__snapshots__
react-form-renderer/src/tests/form-renderer/__snapshots__ Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -467,12 +467,12 @@ exports[`FieldArray should render array field correctly 1`] = `
467
467
minItems = { 0 }
468
468
noItemsMessage = " No items added"
469
469
>
470
- <ReactFinalForm(ReactFinalFormFieldArray(4.18.5 )(2.0.1))
470
+ <ReactFinalForm(ReactFinalFormFieldArray(4.18.6 )(2.0.1))
471
471
key="foo"
472
472
name="foo"
473
473
validate={ [Function ]}
474
474
>
475
- <ReactFinalFormFieldArray(4.18.5 )(2.0.1)
475
+ <ReactFinalFormFieldArray(4.18.6 )(2.0.1)
476
476
name="foo"
477
477
reactFinalForm={
478
478
Object {
@@ -585,8 +585,8 @@ exports[`FieldArray should render array field correctly 1`] = `
585
585
</GridItem >
586
586
</div >
587
587
</Grid >
588
- </ReactFinalFormFieldArray(4.18.5 )(2.0.1)>
589
- </ReactFinalForm(ReactFinalFormFieldArray(4.18.5 )(2.0.1))>
588
+ </ReactFinalFormFieldArray(4.18.6 )(2.0.1)>
589
+ </ReactFinalForm(ReactFinalFormFieldArray(4.18.6 )(2.0.1))>
590
590
</DynamicArray >
591
591
</Field >
592
592
</ReactFinalForm(Field)>
Original file line number Diff line number Diff line change @@ -3154,6 +3154,7 @@ exports[`<FormRenderer /> should render hidden field 1`] = `
3154
3154
change = { [Function ]}
3155
3155
dirty = { false }
3156
3156
dirtyFields = { Object {}}
3157
+ dirtyFieldsSinceLastSubmit = { Object {}}
3157
3158
dirtySinceLastSubmit = { false }
3158
3159
errors = { Object {}}
3159
3160
focus = { [Function ]}
You can’t perform that action at this time.
0 commit comments