How to force re-render/refresh of an Input?
It’s possibile in the Edit form of a Resource to re-render a specific input field when I click the save button?
In particular I want to force the refresh/reload of the PdfViewerField from https://filamentphp.com/plugins/joaopaulolndev-pdf-viewer
Filament
PDF Viewer by João Paulo Leite Nascimento - Filament
Preview PDF documents either saved in the database or in the form of your resource.
4 Replies
You can refresh the whole page by dispatching an event an using and using a Livewire Listener on the component
is there any example? I can't really operate on the component (because i can't fork it) but only on the form or at least on the resource edit page
The edit page IS the component
@Marco Amendola