Roy Duineveld

Results 87 comments of Roy Duineveld

Nice work @Teka101! Curious; why didn't you create a PR or is it not fully ready yet? For now I'm using the custom quirk

Yes, also no response on my pull requests. You can use my fork: https://github.com/royduin/laravel-nova-field-dynamic-select which includes multiple fixes. Use `dev-master` with Composer.

Using it myself in an action without any problems. But you could create a detailed issue in my repo or a PR with a fix if it's a bug.

That code isn't in this package... but it looks like you're using https://github.com/eminiarts/nova-tabs which does have a `parentUpdateFields` method. Give it a try there πŸ‘or better; fix it and create...

You're passing `$value` in the closure, not `$values`...

Debug it and if there is a bug fix it and create a PR or let me know though a new issue what's wrong πŸ‘I'm not a helpdesk.

Done: https://github.com/royduin/laravel-nova-field-dynamic-select/releases

It's now on packagist: https://packagist.org/packages/royduin/laravel-nova-field-dynamic-select πŸ‘

Enabled it πŸ‘ did you debug it? A pull request is welcome.

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" } ],...