You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to render a custom component for the "item"s in selectize. Currently using ui-selectize I have to return a string of html to be used to render the item.
Is there anyway to render an ember component here? And of course get the full benefit of a component with actions, etc?