Ridoy
'SelectColumn ' i am using in my project
One way you can do this by using eloquent observer.
https://laravel.com/docs/10.x/eloquent#observers
in the created and updated event you can update again in different field.
3 replies
add javascript on form
Or you can use this,
https://filamentphp.com/docs/3.x/forms/advanced#generating-a-slug-from-a-title
into both of your a and b field and set c field whenever any of a or b field update.
8 replies