laravel-nova-field-dynamic-select
laravel-nova-field-dynamic-select copied to clipboard
Error on Last version of nova
Attach an image of the error gotten.
https://i.imgur.com/temYCjq.png
When we click on the input with conditions always return null. Imagine it doesnt set the value or something.
Regards
i have some problem
have you guys find any solution ? do I need to find an other package ?
@hubertnnn Is this package not being maintained? I've noticed that @royduin has made a couple of PRs so I've added his repository to my repositories list in my composer.json file. His version works with the current Nova (2.09).
Didn't see this issue before but yes, my fork fixed this. As @jeffreydevreede pointed out, add this to your composer.json:
"repositories": [
{
"url": "https://github.com/royduin/laravel-nova-field-dynamic-select.git",
"type": "git"
}
],
And run composer update.
@royduin
I added composer.json and running composer update doesn't update anything.
Any suggestions? Thx!
EDIT:
Fix "hubertnnn/laravel-nova-field-dynamic-select": "dev-master", Thx!!