Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.05k stars 597 forks source link

How can I access original option elements from the callbackOnCreateTemplates? #1149

Open stratboy opened 3 months ago

stratboy commented 3 months ago

Hi, I'm trying to retain some data-props that are setted in the original select dom element, to persist them in choices and items. I'm having quite an hard time in doing this.

Is it possible? I just need a reference to the origina option element related to the current template item/choice.