Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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!

0
Votes

Case1:  when we render the switch component inside dialog and after close the dialog it throws console error. 


Replication Procedure:

  • Run the sample 
  • Open the dialog
  • Close the dialog
  • You can see the error in console


Expected Output: Console error should not occurs from switch component after we closing the dialog

Current Output: Console error occurs from switch component after we closing the dialog

Case2:  Switch component is not working when we render it inside the label tag



Replication Procedure:

  • Run the sample 
  • Click the switch button
  • You can see the issue


Expected Output: Switch component should be working properly when we render it inside the label tag

Current Output: Switch component is not working when we render it inside the label tag