Pascal Küsgen

Results 14 issues of Pascal Küsgen

This came up [on Discord](https://discord.com/channels/719702312431386674/1003326939899113492/1384416391104299108). Values for `footer` are set but never used.

until now the globalFilter was just set into a useState but it was never used to filter

### Problem When setting a field back to an empty array ```ts const form = new FormApi({ defaultValues: { people: [ { firstName: "Bob" }, { firstName: "Marry" }, ],...