Make select re-render after changing data
How can I make this select refresh it's options after the user clicks the refresh button:
5 Replies
Why refresh?
Does this select depends on a other field to be populated?
the select has a suffix action that, when clicked, fetches data from an external api. Once the data is fetched, I want to select to reflect the changed data.
Have you found solution to this? @Jon Mason
kindly read this :- https://filamentphp.com/docs/3.x/panels/pages#refreshing-form-data
I think you need to replace 'Status' with 'quickbooks_vendor_ref_id'
i don't know the exact answer but I think this will work
I haven't figured this out yet, I'll check out the link.