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

Error when removing InputNumbers from DOM tree #950

Closed
MonaLizaOverdrivee opened this issue Feb 8, 2021 · 0 comments
Closed

Error when removing InputNumbers from DOM tree #950

MonaLizaOverdrivee opened this issue Feb 8, 2021 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@MonaLizaOverdrivee
Copy link

If you need to remove an element from the DOM tree, for example, using the v-if directive, an error occurs related function inside the component InputNumber Reported to the remote component, which causes errors to loop in the console (let currentValue = this.parseValue (this. $. Refs .input. $ el.value) || 0;). The problem is solved using the v-show directive, but if I have 100 inputs on my page, hiding them through v-show would not be a good idea.

@cagataycivici cagataycivici self-assigned this Feb 17, 2021
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Feb 17, 2021
@cagataycivici cagataycivici added this to the 3.3.0-rc.1 milestone Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants