Vue-select: Ajax remote loading

Created on 10 Mar 2016  路  7Comments  路  Source: sagalbot/vue-select

Awseome potential but lack of essential features such as remote loading and rich select display :-)
Keep up the good work though.

enhancement

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!

All 7 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ducdev picture ducdev  路  3Comments

jluterek picture jluterek  路  3Comments

davidalvarezr picture davidalvarezr  路  3Comments

manjunath-coachthem picture manjunath-coachthem  路  3Comments

theseawolves picture theseawolves  路  4Comments