How to make own form component
Is there a detailed tutorial somewhere on how to make your own form components and then use them? I only found this (https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component) but this is not detailed so much.
3 Replies
You mean, create your own custom field component? You have a page for it in the form builder documentation.
Yes but I find it not well documented how to work with Livewire etc.. There is a lot left out and not everything is explained properly, as it should be for a documentation.
I don't know if there's a more complete tutorial yet. Are you stuck on a specific issue?
I think the best resource currently is to read the code of the built-in form fields and/or find a plugin that is similar to what you're trying to do and study it.