Jeff Greco

Results 23 comments of Jeff Greco
trafficstars

If you can submit a PR with the translation, I would accept it. Thanks.

@nagy1991 please use Breezy v1.0 with Filament v2.0 only. Breezy v2.0 requires Filament v3.0

@nagy1991 did upgrading to Filament v3 solve your problem? Can we close this issue?

Did you add name_display to your fillable property on the User model?

Can you ensure the `->myProfile()` method is added to BreezyCore? ``` BreezyCore::make() ->myProfile() ->myProfileComponents([ 'personal_info' => PersonalInfo::class ]) ```

Please share your code. I assume you created your own Register::class?

Everyone here is suffering from the same problem where the component is "resetting" back to the original PersonalInfo::class after submit? I was able to override my component successfully: https://share.getcloudapp.com/GGu5GKnb?embed=true My...

This worked before? Pretty sure you still need to set up your submit() method on the component: ```php public function submit() { $data = $this->form->getState); // use your data }...

You may not have set a default panel? If you look in FilamentManager, `getCurrentPanel` is returning null. Can you include the stack trace for this error and the steps to...

@ismailcaakir is this still an issue or did the above work?