F
Filamentβ€’16mo ago
Tim

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
toeknee
toekneeβ€’16mo ago
Have your included the forms component into the vite build as per the docs?
Tim
Timβ€’16mo ago
Oops, looks like I missed that. It works now, thanks for the suggestion πŸ™‚
toeknee
toekneeβ€’16mo ago
πŸ‘