Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️

Home Page:https://choices-js.github.io/Choices/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I access original option elements from the callbackOnCreateTemplates?

stratboy opened this issue · comments

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.