Closed jlerpscher closed 7 years ago
Our solution:
= f.filestack_field :upload_url, "My text",
pickerOptions: { fromSources: 'local_file_system' },
callback: '(function (data){fpUpload.display(filestack_input_field, data);})',
class: 'my-classes'
Hi,
We are currently migrate from v2 to v3. This is one of our form input:
In our
fpUpload.display
function, we can get the dom element withthis
variable. We are trying to do the same with v3 but the get_filestack_field_button method append onlydata
var.We found this work around but it's not very beautiful...
Do you have any other way to recover the DOM element?