F
Filament2mo ago
MAF

Calling $wire.$id inside custom form element returns the whole form ID and not only the element.

I am trying to use $wire.$call('myFunction') from inside a custom form component, but I get Unable to call component method. Public method [myFunction] not found on component However, it exists in the custom form component. But for some reason $this.$wire calls the parent form object.
3 Replies
Dennis Koch
Dennis Koch2mo ago
Form components aren’t Livewire components They are plain view components.
MAF
MAF2mo ago
Thank you @Dennis Koch and sorry for the misunderstanding
Dennis Koch
Dennis Koch2mo ago
No need to be sorry 😅
Want results from more Discord servers?
Add your server
More Posts
Resource vs Page for Stock Management & Reporting?Hi there, I am quite new to Filament and now have to build a Stock Management & Reporting view for mIs there anyway to reload RelationManager Owner page with Spa mode?In my CreateAction of the RelationManager, I have update some ower model data, I then want it to refIssues with scrolling relationship manager modal on IOS DevicesHi everyone, Hoping someone has had this issue as well 🙂 I've followed the pre-issue report guidemultiple() select not work with afterStateUpdatedgenerate attribute values based on the selected attributes and add them into the repeaterAnimation On Action Buttonhi all , i have a question . is that possible to add animation trigger on action button ? example liEasy way to only allow registration and login via Socialite?I am looking for a way to disable login and only show a login or register button with Google/Github/Form in Livewire: Disable Submit-Button, while a file uploads?Hi, im using the Filament Form inside a Livewire component. While **uploading a large file**, the Help, Setting runtime config only for one FileUploadHi firends, Here I have a **FileUpload** that is setupped to work with **S3 pre-signed links** and My issue : After perform delete its not applaying redirectsWhen deleteign a record that uses HasRelationManagers on Edit record page it tells me Call to a memWhen selecting filters in a list of records, the widget does not updateI have an invoice resource and I have added a widget to it to calculate the total of invoices. The w