phochs
Custom input fields not binding to class variables
I see, thanks! In an earlier version of this input I was using
$getStatePath()
and storing both time and offset in there, but then when I retrieved the form value from elsewhere using Get
it returned that object. So I guess I'll have to go back to that, but only separate the state in the blade component9 replies
Custom input fields not binding to class variables
Hi! That was quick ^^
I was following this page, and there it says that I can bind properties to inputs in the blade template
https://filamentphp.com/docs/3.x/forms/fields/custom#how-fields-work
9 replies