laravel-nova-field-dynamic-select icon indicating copy to clipboard operation
laravel-nova-field-dynamic-select copied to clipboard

Error on Last version of nova

Open skalero01 opened this issue 6 years ago • 5 comments

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

skalero01 avatar Apr 27 '19 20:04 skalero01

i have some problem

bigperson avatar Jun 26 '19 18:06 bigperson

have you guys find any solution ? do I need to find an other package ?

nysso avatar Jul 03 '19 10:07 nysso

@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).

jeffreydevreede avatar Jul 09 '19 07:07 jeffreydevreede

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 avatar Jul 09 '19 07:07 royduin

@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!!

pwronline avatar Oct 23 '19 16:10 pwronline