Skip to content

Commit

Permalink
test: change todo
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Jun 14, 2024
1 parent 3775591 commit fa82d69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/react/src/test/field-array.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ it.todo(
"shouldn't show errors as soon as array items are pushed into an array after submission",
);

it.todo("should move focus correctly depending on the array operation.");
it.todo("should be able to turn off array focusing");
it.todo(
"should be possible to await updates from field arrays, move focus in userland to the new inputs",
);
it.todo("should be possible to set a focus target for array-level errors");

0 comments on commit fa82d69

Please sign in to comment.