image-picker icon indicating copy to clipboard operation
image-picker copied to clipboard

Tried everything, can't get a custom data-* I made

Open AhmedNFarah opened this issue 7 years ago • 3 comments

How can I retrieve a data attribute I created inside the options tag? I can retrieve the values just fine but getting a custom data- has been a problem

AhmedNFarah avatar Jun 23 '17 21:06 AhmedNFarah

Are you using the minified version? seems like that version has a bug on it, please try the unminified version while I solve this.

rvera avatar Jun 23 '17 22:06 rvera

Thank you for replying. No i'm not using the minified version, if this wont work is it possible to pass data through "value="? data that isnt unique? i tried using value and if it occurs that its values are the same it selects them at the same time.. I would love to find a solution to the first problem but if that isn't possible maybe the second one is

AhmedNFarah avatar Jun 24 '17 01:06 AhmedNFarah

  • Right now it doesn't copy any custom data tags. Seems like a nice improvement for the future.
  • I always assumed they needed to be unique. That's also a nice improvement, right now they are tracked by value, would need to implement a different way to track these.

Will leave open for now.

rvera avatar Aug 21 '17 01:08 rvera