We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I'm not sure if I do something wrong or if the component is broken. If I set the options for the ui-select to a Array with options like:
[ {label: 'Mr.', value: 1 }, {label: 'Mrs.', value: 2 }, {label: 'Company.', value: 3 }, ]
The v-model gets set to an object and not to a simple number.
Is there a way to change this behaviour?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @peXed,
See my comment on a similar issue here: #107 (comment). Perhaps I'll revisit this in a future release. Meanwhile, contributions are welcome.
Sorry, something went wrong.
No branches or pull requests
Hello!
I'm not sure if I do something wrong or if the component is broken. If I set the options for the ui-select to a Array with options like:
[ {label: 'Mr.', value: 1 }, {label: 'Mrs.', value: 2 }, {label: 'Company.', value: 3 }, ]
The v-model gets set to an object and not to a simple number.
Is there a way to change this behaviour?
Thanks.
The text was updated successfully, but these errors were encountered: