awcodes / filament-table-repeater

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

issue with stackAt(MaxWidth::Large) #100

Closed malzariey closed 5 months ago

malzariey commented 5 months ago

Filament Version

v3

Plugin Version

v3

PHP Version

PHP 8.1

Problem description

I have an issue with Break Down feature, the fields dont appear between 768px and 1024px if I set the following

->stackAt(MaxWidth::Large)

Less than 768px : Screenshot from 2024-02-06 11-36-59

Greater and equal to 768px : Screenshot from 2024-02-06 11-36-44

Greater than 1024px :

Screenshot from 2024-02-06 11-36-18

Expected behavior

Labels to appear for each field.

Steps to reproduce

1 - Setting the stackAt option:

->stackAt(MaxWidth::Large)

2- Changing the width of the browser . 3- Refresh Page.

Reproduction repository

No response

Relevant log output

No response