Closed atapatel closed 8 months ago
Need more information, perhaps a repo.
I have solve this issue by adding below code in Create[ANY_RESOURCE]Record .
protected function afterFill()
{
$this->fill(['data' => ['category_id'=>'']]);
}
What happened?
I am unable to save category_id. On browser console I get following error.
How to reproduce the bug
Adding SelectTree input filed in Resource.
Package Version
3.1.26
PHP Version
8.1.0
Laravel Version
10.0
Which operating systems does with happen with?
macOS
Notes
No response