tomasc / simple_form_attachments

A Rails engine which takes care of creating Attachments using the jQuery File Upload plugin.
MIT License
2 stars 2 forks source link

Multiple file inputs bug #22

Closed asgerb closed 7 years ago

asgerb commented 7 years ago

Tested out the JS implementation and it works swell

tomasc commented 7 years ago

Thanks, @asgerb! Merged and released as 1.2.0.

tomasc commented 7 years ago

Hi @asgerb , looks like we have some bug in the JS – at least in my app all inputs ids (not only the file) have the unique hash appended. Do you experience the same?

asgerb commented 7 years ago

Didn't notice this and as far as I see it's not happening here. Can you explain the steps you are doing? Then I'll try to reproduce.

tomasc commented 7 years ago

Ah ok, sorry, it's some other plugin messing with me ;-)