Filament v5.7.2: Bug Fixes for Forms &amp; Tables | Mohamed Said        [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com) [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles  ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

       [  ](https://github.com/EG-Mohamed)       

 [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

  [ home ](https://msaied.com)    [ articles ](https://msaied.com/articles)    Filament v5.7.2 Released: Bug Fixes for Forms, Tables, and Accessibility        On this page       1. [  Filament v5.7.2 Released ](#filament-v572-released)
2. [  Form Component Fixes ](#form-component-fixes)
3. [  Table &amp; UI Consistency Fixes ](#table-amp-ui-consistency-fixes)
4. [  Accessibility Fixes ](#accessibility-fixes)
5. [  Navigation &amp; Generation Fixes ](#navigation-amp-generation-fixes)
6. [  Other Changes ](#other-changes)
7. [  Key Takeaways ](#key-takeaways)

  ![Filament v5.7.2 Released: Bug Fixes for Forms, Tables, and Accessibility](https://cdn.msaied.com/458/6b5ec072e1abf9a9041a2fd33d94614e.png)

 [  Laravel ](https://msaied.com/articles?category=laravel) [  Filament ](https://msaied.com/articles?category=filament)  #Filament   #Laravel   #PHP   #Bug Fix   #Accessibility   #Forms  

 Filament v5.7.2 Released: Bug Fixes for Forms, Tables, and Accessibility 
==========================================================================

     22 Jul 2026      3 min read    ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said  

       Table of contents

1. [  01   Filament v5.7.2 Released  ](#filament-v572-released)
2. [  02   Form Component Fixes  ](#form-component-fixes)
3. [  03   Table &amp; UI Consistency Fixes  ](#table-amp-ui-consistency-fixes)
4. [  04   Accessibility Fixes  ](#accessibility-fixes)
5. [  05   Navigation &amp; Generation Fixes  ](#navigation-amp-generation-fixes)
6. [  06   Other Changes  ](#other-changes)
7. [  07   Key Takeaways  ](#key-takeaways)

 Filament v5.7.2 Released
------------------------

Released on 22 July 2026, Filament v5.7.2 is a focused patch that resolves 19 issues across forms, tables, navigation, and accessibility. Here is a detailed breakdown of every fix included in this release.

### Form Component Fixes

**Toggle `helperText` visibility** — When a `Toggle` component used `inlineLabel()`, was marked `live()`, and held a `false` value, the helper text was incorrectly hidden. This is now resolved.

**Builder block picker null array keys** — The Builder field could crash when block keys were `null`. The fix prevents null keys from being used in the block picker array.

**`MorphToSelect` crash in live Repeater** — Adding a new item to a `live()` Repeater that contained a `MorphToSelect` field triggered a crash. This edge case is now handled gracefully.

**Builder / Repeater / RepeatableEntry item cache** — Item state caching was unreliable in certain scenarios. The cache is now keyed correctly on component state, preventing stale renders.

**Spatie media library reordering in Repeater** — Drag-to-reorder functionality for Spatie media library items inside a Repeater was broken and has been restored.

**Markdown editor `minHeight()` with `maxHeight()`** — Setting both `minHeight()` and `maxHeight()` on a Markdown editor caused `minHeight()` to be ignored. Both constraints are now respected simultaneously.

**CodeMirror refresh on visibility change** — The CodeMirror instance backing the Markdown editor was not refreshing when the editor became visible (for example, after a tab switch). It now reinitialises correctly.

**`OptionState` accepts `Stringable`** — `OptionState` previously required a plain string. It now accepts any `Stringable` object, broadening compatibility with value objects.

### Table &amp; UI Consistency Fixes

**Table action button height** — Action buttons in the table toolbar were a different height from the search bar, causing visual misalignment. Both elements are now the same height.

**`fi-ta-header-toolbar` minimum height** — Toolbar elements lacked a consistent minimum height, leading to layout shifts. A minimum height is now enforced.

**Table header height and button loading state** — Further height consistency work ensures the header does not jump when buttons enter a loading state.

### Accessibility Fixes

**Focused skip link visibility** — The skip-to-content link was not visible when focused via keyboard, breaking a key accessibility pattern. It is now correctly shown on focus.

**Accessible names for date/time picker panels** — The non-native date and time picker panels lacked accessible names, making them harder to navigate with assistive technology. ARIA labels have been added.

**Modal focus restoration scrolling** — Restoring focus to a trigger element after closing a modal could cause unexpected page scrolling. The scroll behaviour is now suppressed during focus restoration.

### Navigation &amp; Generation Fixes

**Configuration context preserved when mounting navigation** — In certain multi-panel setups, the configuration context was lost when navigation was mounted, leading to incorrect panel resolution.

**Non-interactive relation manager generation** — The Artisan generator for non-interactive relation managers failed when no existing relationship was present. The generator now handles this case correctly.

**BackedEnum tab badge icons** — Icons declared on `BackedEnum` cases were not rendering in tab badges. They now display as expected.

### Other Changes

- **Filament Facade doc block** corrected to match the actual method signatures.
- **Spanish translations** updated.

### Key Takeaways

- Upgrade to v5.7.2 if you use `Toggle` with `inlineLabel()` + `live()`, or Repeaters with Spatie media library reordering.
- `MorphToSelect` inside a `live()` Repeater is now stable.
- Several accessibility regressions (skip links, date picker ARIA labels, modal scroll) are resolved — important for projects targeting WCAG compliance.
- `OptionState` now accepts `Stringable`, useful when working with value objects or enums that implement `__toString()`.
- The full diff is available at [v5.7.1...v5.7.2](https://github.com/filamentphp/filament/compare/v5.7.1...v5.7.2).

---

Source: 

 Found this useful?

          [  ](https://twitter.com/intent/tweet?url=https%3A%2F%2Fmsaied.com%2Farticles%2Ffilament-v572-released-bug-fixes-for-forms-tables-and-accessibility&text=Filament+v5.7.2+Released%3A+Bug+Fixes+for+Forms%2C+Tables%2C+and+Accessibility) [  ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fmsaied.com%2Farticles%2Ffilament-v572-released-bug-fixes-for-forms-tables-and-accessibility) 

 Frequently Asked Questions 
----------------------------

  3 questions  

     Q01  What is fixed in Filament v5.7.2 regarding the Toggle component?        When a Toggle used `inlineLabel()`, was set to `live()`, and held a `false` value, the `helperText` was incorrectly hidden. v5.7.2 resolves this so helper text always displays regardless of the Toggle's boolean state. 

      Q02  Does Filament v5.7.2 fix Spatie media library reordering inside a Repeater?        Yes. Drag-to-reorder functionality for Spatie media library items inside a Repeater was broken in earlier v5.x releases and has been restored in v5.7.2. 

      Q03  What accessibility issues were addressed in Filament v5.7.2?        Three accessibility issues were fixed: the focused skip link is now visible to keyboard users, the non-native date/time picker panels now have accessible ARIA names, and modal focus restoration no longer causes unexpected page scrolling. 

  Continue reading

 More Articles 
---------------

 [ View all    ](https://msaied.com/articles) 

 [ ![Laravel Founders Summit 2026: A One-Day Gathering for Laravel Business Leaders](https://cdn.msaied.com/461/12537bd0a10d8e3a3a6aea18a1e8a8d5.png) Laravel Founders Summit Laravel Events 

### Laravel Founders Summit 2026: A One-Day Gathering for Laravel Business Leaders

Laravel has opened applications for the Founders Summit, a one-day invite-only event in November 2026 for foun...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 23 Jul 2026     3 min read  

  Read    

 ](https://msaied.com/articles/laravel-founders-summit-2026-a-one-day-gathering-for-laravel-business-leaders) [ ![Laravel's First-Party Image Processing: A Practical Guide to Illuminate\Image](https://cdn.msaied.com/460/5cb923ccb4db6434fec59637652666f0.png) Laravel Image Processing Illuminate\\Image 

### Laravel's First-Party Image Processing: A Practical Guide to Illuminate\\Image

Laravel 13.20 ships a fluent, immutable image processing API via Illuminate\\Image, backed by Intervention Imag...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 23 Jul 2026     3 min read  

  Read    

 ](https://msaied.com/articles/laravels-first-party-image-processing-a-practical-guide-to-illuminateimage) [ ![6 Laravel UI Kits and Component Libraries for 2025 (Tailwind v4 + Livewire)](https://cdn.msaied.com/457/dba84fd2829714df4374ab87d7378b51.png) Laravel Tailwind CSS Livewire 

### 6 Laravel UI Kits and Component Libraries for 2025 (Tailwind v4 + Livewire)

A hands-on comparison of six Laravel Blade UI component libraries—Flowbite, daisyUI, Preline, maryUI, Sheaf UI...

  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MJ.jpg)  Mohamed Said 

 22 Jul 2026     4 min read  

  Read    

 ](https://msaied.com/articles/6-laravel-ui-kits-and-component-libraries-for-2025-tailwind-v4-livewire) 

   [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com)Senior Backend Engineer specializing in Laravel, scalable SaaS platforms, APIs, and cloud infrastructure. I build secure, high-performance web applications that help businesses grow.

Explore

- [Home](https://msaied.com)
- [Projects](https://msaied.com/projects)
- [Articles](https://msaied.com/articles)
- [Certificates](https://msaied.com/certificates)
- [Contact](https://msaied.com#contact-section)

Connect

- [   hello@msaied.com ](mailto:hello@msaied.com)
- [   +20 109 461 9204 ](tel:+201094619204)

© 2026 Mohamed Said. All rights reserved.

 [  ](https://github.com/EG-Mohamed) [  ](https://www.linkedin.com/in/msaiedm/) [  ](https://wa.me/201094619204) [  ](mailto:hello@msaied.com) [  ](https://drive.google.com/file/u/0/d/1MF20IPRJyzfy32mhEutjL5EpSls0w2Q8/view)
