Paul Ogbeiwi
Paul Ogbeiwi
See [#2](https://github.com/codebykyle/calculated-field/issues/2#issuecomment-609443050)
In the listener field, at "calculated-field/resources/js/components/listener-field/FormField.vue" the following code causes the event to only affect one listener component at a time. ``` calculateValue: _.debounce(function() { this.calculating = true; Nova.request() .post(...
@Dontorpedo I followed @codebykyle instructions [here](https://codebykyle.com/blog/laravel-nova-custom-calculated-field), and created my own custom local package having other broadcaster and listener field types. Here's an example of the folder structure of my package:...
@latwelve Sure. I'll create a repo and share it shortly.
@latwelve uploaded to this repo: https://github.com/pauldstar/calculated-field
@latwelve Yeah it's missing. I've only added field types that I've needed thus far. I could add it if you fancy.
@latwelve Fantastic. Have fun.
Hello @marcusgabler Sorry for late reply. It used to be on composer, but i took it off, because I made so many modifications to it, and didn't have time to...
@keironwaites I've updated my [repo](https://github.com/pauldstar/reactive-field) with a Select (ReactiveSelect.php, ReactiveSelect.vue).
@keironwaites Sorry, my repo isn't a package (it was at some point, but i removed it...no time to maintain). And Example.php is not really functional lol it's just to show...