I have searched discord, and also tried to decipher the source code but to no avail.
I am trying to use
registerListeners
registerListeners
on
FileUpload
FileUpload
component. I am trying to do something on filepond upload, however using the
window.FilePone.find(element)
window.FilePone.find(element)
does not find the instance as per filepond documentation.
If I understand correctly, the method takes an array of associative closures with names, and those events can be listened to on my blade view.
However, the method is a black box for me, I could not find documentations about it. If anyone knows how to use it correctly, it will be much appreciated.