Retrieve remote data from items #341
adamDilger
started this conversation in
Ideas
Replies: 1 comment
-
The options array can be accessed from your callback though:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After loading and rendering remote data, there doesn't seem to be an easy way to get access to the underlying objects returned from the request. Events
onChange
,onItemAdd
and methodsgetItem
,getOption
etc all just return either the value or the dom elements.Could one of these existing events also return the underlying data object? e.g as an idea:
Unless this data is kept private for a certain reason, or I've missed how to access this data in the docs.
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions