-
When ive populated my select like this:
it would be great to be able to get at the option object in the onItemAdd method, e.g. |
Beta Was this translation helpful? Give feedback.
Answered by
oyejorge
Jul 14, 2021
Replies: 1 comment 1 reply
-
Yeah, getting the data requires: onItemAdd:function(id,$div){
const data = this.options[id];
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
trullock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, getting the data requires: