-
-
Notifications
You must be signed in to change notification settings - Fork 739
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
Error raised on clicking vs-select #256
Comments
Already fixed in the latest version, thank you very much for the contribution |
I have already install the latest version but still it gives the same error
message. v 3.4.6
…On Tue, Sep 25, 2018 at 11:03 PM ldrovira ***@***.***> wrote:
Already fixed in the latest version, thank you very much for the
contribution
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbBj3gndQx_6q_b-UIdJKsBcB3MLiqSeks5uenANgaJpZM4W305Z>
.
--
COMBINE CHIPSoft Corporation
(0333/0313)-9112845
http://combinesoft.net/
|
@hmuhdkamran You could pass me the code of implementation of the select and the data, to be able to fix the error better |
`
<vs-select v-model="data.addressId">
<vs-select-item :key="index" :vs-value="model.addressId" :vs-text=
"model.address" v-for="(model,index) in addresslist" />
</vs-select>
`
This is the code that I am using currently.
…On Thu, Sep 27, 2018 at 8:10 PM ldrovira ***@***.***> wrote:
@hmuhdkamran <https://github.com/hmuhdkamran> You could pass me the code
of implementation of the select and the data, to be able to fix the error
better
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbBj3inuAsOkkID01usAqb3ZWatvf2jiks5ufOp7gaJpZM4W305Z>
.
--
COMBINE CHIPSoft Corporation
(0333/0313)-9112845
http://combinesoft.net/
|
You can give me an example in jsfidle or codesanbox |
Sorry, When I just update the repository the error gone
…On Fri, Sep 28, 2018 at 12:27 PM ldrovira ***@***.***> wrote:
You can give me an example in jsfidle or codesanbox
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AbBj3rZyyZsmHkrdrrF2hMNl52fMq-3_ks5ufc9agaJpZM4W305Z>
.
--
COMBINE CHIPSoft Corporation
(0333/0313)-9112845
http://combinesoft.net/
|
As of version 3.6.0 released a few hours ago, this same error happened to me, but only when I set the data array after the select is loaded.
where form_data.tipo.data is updated correctly by a watcher once the data arrives from the api. |
Here's a jsfiddle with an example (the error shows up in the developer console). -- EDIT: |
@vicvillalobos please there will be other issues to follow up |
let's check and fix it thanks |
Dear I am getting an error while clicking select, the error is
Error in callback for watcher "active": "TypeError: this.$children[0].focusValue is not a function"
The text was updated successfully, but these errors were encountered: