Joint cast between create and update
Hello, I would like format the value of my lastname input in uppercase when created and updated. Is there a way to do it only one time or should I do it with the both lifecycle hook ?
5 Replies
?
Thx it's exacly that ! But When I update I need to refresh the page to see it. Can I update the value of my input ?
in EditPage?
I think you can use refreshFormData in
afterSave()
hook
https://filamentphp.com/docs/3.x/panels/pages#refreshing-form-dataThat's work thx !!!