Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autocomplete return data type issue #336

Closed
sprakashg opened this issue Oct 14, 2015 · 0 comments
Closed

autocomplete return data type issue #336

sprakashg opened this issue Oct 14, 2015 · 0 comments

Comments

@sprakashg
Copy link

Hi Team,

Can I get array of objects from assignedTags.
Example: var data = {
label : example,
id : 1,
name : example_1
}
Auto complete shows label , but on select, when I call assignedTags I want to send array of objects back, example : [{label : example,id : 1,name : example_1}, {label : example,id : 2,name : example_2}] etc
How can I do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant