Halting the creation process
Not sure if Ive asked this before, but how is it possible to have a record before we create a record?
https://filamentphp.com/docs/3.x/panels/resources/creating-records#halting-the-creation-process
4 Replies
When I do it, I get null :/
Solution
before create you should use
$this->data
Why do the docs say
getRecord()
?it should be
data
at this point.. you could make a PR..