filestack / filestack-rails

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.
https://www.filestack.com
Apache License 2.0
223 stars 102 forks source link

Allow to customize input id #177

Closed eurek closed 6 years ago

eurek commented 6 years ago

Hello,

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.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 95.833% when pulling ee86ba2f2212e0378c723ac270c8079316f002f8 on eurek:customize_hidden_input_id into 737dc2cc0567418a2f00b8077baa875a49768b72 on filestack:master.

staturecrane commented 6 years ago

@eurek This looks good, but please submit all PRs to be merged into the develop branch.

eurek commented 6 years ago

Done :)