Skip to content

Commit

Permalink
add clearOnHide: false to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond committed Nov 14, 2024
1 parent 5e06ed8 commit c8b05b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/validateWhenHidden.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ describe("Validate When Hidden behavior", function () {
type: 'container',
key: 'container',
hidden: true,
clearOnHide: false,
components: [
{
type: 'textfield',
Expand Down Expand Up @@ -528,4 +529,4 @@ describe("Validate When Hidden behavior", function () {
assert.equal(errors.length, 1);
});
})
});
});

0 comments on commit c8b05b1

Please sign in to comment.