select fileds Dynamic options return empty. #6313
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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