mokhosh
Two fieldsets for the same relationship on two wizard steps not working
I think it's nasty because I will have an unnecessary duplication in my model code, which is only there because of a presentation layer decision to separate the form into multiple wizard steps.
Otherwise I would never create two identical relationships with different names.
One sign of this smell is the fact that I have to write a comment above one of the relationship methods to avoid any confusion why we have two methods for the same relationship.
And you can't easily test this, so if someone confident comes in the future and deletes the method, they won't know that they have broken the app. They will just think I was stupid to have such duplication in my code.
Does this make sense?
10 replies
Two fieldsets for the same relationship on two wizard steps not working
https://github.com/filamentphp/filament/issues/12401
opened an issue
10 replies
Rich editor not working inside Livewire component
That's what I'm saying 😄 All this is not super clear. I think we can make it more clear in the "adding forms to a livewire component" page, that if you're using it this way, you need to take additional steps.
30 replies
Rich editor not working inside Livewire component
Two questions however,
1. The input has some style issues, like I have the focus outline on it which isn't there in the panel forms
2. Shouldn't this be added to the "Adding forms to livewire components" page in the docs?
30 replies