Awseome potential but lack of essential features such as remote loading and rich select display :-)
Keep up the good work though.
Thanks for the feedback @tristanbes. Ajax loading is on my roadmap for sure. For now, because the options param is being watched, I can do all the ajax work in the parent component and pass through the new options when available.
Can you expand on what you mean by rich select display?
for example displaying an image left to the choice to illustrate the choice. such as https://select2.github.io/examples.html#templating
rich text is on the way with PR #13
Great news :)
Any update on this (mainly loading via ajax)? I'd still love to see this functionality :smiley:
@svenluijten I'm going to take a crack at it in the next day or so. I'll let you know!
@svenluijten @tristanbes I've added support for ajax loading in https://github.com/sagalbot/vue-select/releases/tag/v1.2.0
Hopefully the implementation works well for you. Let me know if you have any input!
Most helpful comment
@svenluijten @tristanbes I've added support for ajax loading in https://github.com/sagalbot/vue-select/releases/tag/v1.2.0
Hopefully the implementation works well for you. Let me know if you have any input!