Missing Alpinejs components when using Filament wizard in registration form
Hi, I'm using the form builder and the wizard for a registration form outside the admin panel. Everything is going well, but I'm struggling with one last issue. I noticed some components like the select with multiple options, and the rich text form are not working well. When I check the browser console, I see it's missing Alpinejs components like the richEditorFormComponent. I tried to copy them from the vendor folder and include them in my own Alpinejs instance, but it didn't work as expected. Is there documentation on how I can do this?
3 Replies