diff --git a/tests/list.test.tsx b/tests/list.test.tsx index 8a207e240..8c312d313 100644 --- a/tests/list.test.tsx +++ b/tests/list.test.tsx @@ -1139,4 +1139,36 @@ describe('Form.List', () => { { list: [{ name: 'John', tags: ['react', 'ts', 'redux'] }] }, ); }); + + it('should not drop list items when updating list item field', async () => { + const onValuesChange = jest.fn(); + + const { getAllByRole } = render( +