Official Ruby on Rails plugin for Filestack File Picker that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
We have multiple filestack_field in the same page with the same input-id.
get_filestack_field_button returns always the same id for the input, and this is a problem.
Here we can customize every id of your input.
Coverage increased (+0.2%) to 95.833% when pulling ee86ba2f2212e0378c723ac270c8079316f002f8 on eurek:customize_hidden_input_id into 737dc2cc0567418a2f00b8077baa875a49768b72 on filestack:master.
Hello,
We have multiple
filestack_field
in the same page with the sameinput-id
.get_filestack_field_button
returns always the sameid
for the input, and this is a problem. Here we can customize everyid
of your input.