Hi
First, thanks creat Stimulus, it’s awesome.
I have form like below screenshot:
When file_field change, it will call method setting#finishUpload
In finishUpload of setting controller, it call this.sumbitTarget.click
Can we connect action to target’s click event?
Something like action: “change->setting@submitTarget.click” ?