You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
binaryfire
changed the title
Error using ->reorderable() with KV fields inside Builder fields
Error using ->reorderable() on KV fields inside Builder fields
Oct 11, 2023
binaryfire
changed the title
Error using ->reorderable() on KV fields inside Builder fields
Exception when using ->reorderable() on KV fields inside Builder fields
Oct 11, 2023
Package
filament/filament
Package Version
3.0.73
Laravel Version
10.2.6
Livewire Version
3.0.7
PHP Version
8.2
Problem description
Using
->reorderable()
on a key-value field inside a Builder field throws the following exception:TypeError: Filament\Forms\Components\Builder::Filament\Forms\Components\{closure}(): Argument #1 ($itemData) must be of type array, int given
Video: https://www.youtube.com/watch?v=RSpddTRErvw
Expected behavior
Reordering kv options should work as expected
Steps to reproduce
Please see this vid for reproduction steps: https://www.youtube.com/watch?v=RSpddTRErvw
Reproduction repository
https://github.com/binaryfire/filament-kv-bug
Relevant log output
No response
The text was updated successfully, but these errors were encountered: