Add unfillable method to be able to create "ui fields" #6328
-
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Dec 16, 2024
Replies: 1 comment
-
Released with Laravel Nova 5.0.0 Select::make('Amount mode', 'amount_mode')
- ->onlyOnForms()
- ->fillUsing(fn () => null)
+ ->computed() Feel free to open up a new issue if you're still experiencing this problem on the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RomainMazB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Released with Laravel Nova 5.0.0
Feel free to open up a new issue if you're still experiencing this problem on the latest version.