select fileds Dynamic options return empty. #6313
Replies: 2 comments
-
finally I found the answer, cause of the tag and the language. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Laravel v10.48.2 (PHP v8.2.6)
Description:
tinker works.
but not work for nova!
Select::make(__('Lts First Paly'), 'lts_first_play')->options(\App\Models\LyMeta::getLtsOptions($this->code))->onlyOnForms(),
here is the function in the mode, I changed to static function and pass the $code instead of $this->code. neither work.
But I am sure before it works when I finished the function.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions