Skip to content
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

The computed property "errors" is already defined as a prop #22

Open
alfligno opened this issue May 19, 2021 · 5 comments
Open

The computed property "errors" is already defined as a prop #22

alfligno opened this issue May 19, 2021 · 5 comments

Comments

@alfligno
Copy link

Dont know why this error is coming out

also cant select from the dropdown result

Nuxt v2

@alfligno
Copy link
Author

alfligno commented May 19, 2021

When selecting location it does not change the value but upon check on the assigned variable on v-model it does replace its value from empty to the selected.

Screen.Recording.2021-05-19.at.3.09.22.PM.mov

@alfligno
Copy link
Author

So I found out that input field is using the currentValue instead of the value, I guess there is a mismatch of the version
image

@alfligno
Copy link
Author

alfligno commented May 19, 2021

this 36e8aeb8d8e76b89c683b1a0bc32dc05b2f7d70d is fine, which uses value instead of currentValue
https://github.com/actengage/vue-interface/blob/36e8aeb8d8e76b89c683b1a0bc32dc05b2f7d70d/src/Components/InputField/InputField.vue

@alfligno
Copy link
Author

Upon installation on the package it installed the newest version of the vue-interface but still it does not resolve the issue

@alfligno
Copy link
Author

Fix the versions now but still I have no choice but to fully forcebly refresh the component which is using timeout and a temporary variable to show and hide the component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant