shebaoting
In Form Builder, how to listen for input from forms?
Package
Form builder
Package Version
3.0
How can we help you?
In Form Builder, how to listen for input from forms? I want to trigger a method when listening to text-input or Select content change, what should I do?
For example, in the following code, I want to trigger methods or events when the content of the TextInput and Select in the Builder changes, what should I do?
3 replies
How can I create three navigations based on the same model?
I have a student model. But each student's class is different. I want to use navigation on the left side to distinguish classes. For example, there are three navigations on the left side, namely, Class One, Class Two, and Class Three. Do I need to create three filament-resources based on the student model? Is there a better way?
3 replies
How to show associated attachment model images in forms?
Currently there is the IdentityVerification model. IdentityVerification and Attachment are one-to-many relationships. I want to display the Attachment of the current message in the resource edit page of IdentityVerification, what should I do?
paths
is the field associated with the model attachment. It is the address of an image. I want it to show up. I don't know how to do it.1 replies