awcodes / filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.
MIT License
182 stars 41 forks source link

v3 issue with hidden fields #97

Closed IgordeOliveira closed 5 months ago

IgordeOliveira commented 5 months ago

Filament Version

v3

Plugin Version

v3.0.0

PHP Version

8.3

Problem description

The new version requires me to add headers, but if I have hidden inputs, they will break the layout. If I do not add a header, I will have an index out of range exception.

Expected behavior

-

Steps to reproduce

Add a hidden input

Reproduction repository

No response

Relevant log output

No response

awcodes commented 5 months ago

I'll work on it, but for now you can move your hidden fields to the end of the schema and it will resolve the issue.