Skip to content

This Repo contains minimal reproduction of issue in Filament/Forms/Components/Select when using relationship with json field value.

Notifications You must be signed in to change notification settings

drhootch/filament-select-relationship-json-issue

Repository files navigation

This Repo contains minimal reproduction of issue in Filament/Forms/Components/Select when using relationship with json field value.

An error Undefined property: stdClass:: is thrown when trying to access json value with '->'.

Install this project as usual

composer isntall &&
php artisan migrate &&
php artisan db:seed &&
php artisan serve

code contains in this file App\Filament\Resources\UsesResource.php.

About

This Repo contains minimal reproduction of issue in Filament/Forms/Components/Select when using relationship with json field value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages