-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
createOption
is not creating an object
#1156
Comments
That's a bug for sure. Reproduction here: https://codepen.io/sagalbot/pen/mdeyRGX?editors=1010 Will take a look today. |
🎉 This issue has been resolved in version 3.9.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sweet, thanks! |
I'm so confused, why good vue packages has so shitty documentation. I'm trying to find out, how to dynamically add value to the vue-select component without reloading whole page... and nothing. The documentation should be written by someone else than author... I have a situation when I have a form with vue select and button which fire modal window with form where I can add new option. After add this option I emited new value. I was searching for a solution where I can add this value to options of this vue-select, not whole page and nothing... This is rudimental functionality for reactive forms. |
Describe the bug
When using
createOption
in 3.9.5 like this:organization
is getting saved as a string and not an object.To Reproduce
Steps to reproduce the behavior:
organization
when you create a new one.Expected behavior
The text was updated successfully, but these errors were encountered: