-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[v1] QSelect - options-value is being ignored #3672
Comments
It's |
@pdanpdan thx, i corrected the typo, but since but while correcting the typo, i noticied another thing, if the probably we would prevent that method to be called when the q-select didn't have a selected value. |
Then you got it wrong. What you want is emit-value and map-options - then you can specify option-value. If you have no emit-value then the whole object is emitted. |
@pdanpdan i noticied that too. |
Software version
Quasar: 1.0.0-beta.13
@quasar/app (v1+ only):
OS:
Node:
NPM:
Browsers: Opera
iOS:
Android:
Any other software related to your bug:
JsFiddle
https://codepen.io/tobias-mesquita/pen/jJJZYM?&editable=true&editors=101
What did you get as the error?
option-value
property is being ignored whenoptions
is a array of objects.in the codepen, u'll notice than
single
andmultiple
is a object instead of a integer.What were you expecting?
value
property respect theoption-value
.in the codepen,
single
would be a integer andmultiple
a array of integers.What steps did you take, to get the error?
open the codepen and watch
single
andmultiple
fields.The text was updated successfully, but these errors were encountered: