Error when removing InputNumbers from DOM tree #950
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
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.
The text was updated successfully, but these errors were encountered: