Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

4
Votes

While render our input components using v-if condition, then console error is produced. This issue is not occurred in the Button component and while placing the same component on condition rendering. So, we need to check and fix the issue for all our components in the Vue platform.


Replication procedure: 


  1. Please find the issue reproducing sample.
  2. Click the toggle button to render another input component twice.
  3. See the console. You can see the error like "Cannot read property insertBefore of null".


Actual output: console error "Cannot read property of insertBefore of null" is produced and component and rendered. 
Expected output: No console error will be thrown and component needs to render correctly.