sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

Async Creatable Options #1717

Closed dextersiah closed 1 year ago

dextersiah commented 1 year ago

I'm hope to see a feature where we are able to perform search on both async and static options and create the option if it is not available. Currently I don't see it is possible to create this.

Perhaps it would be possible to append a new feature onto the existing AJAX Loading

Similar feature to react-select