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!>
Thanks for joining our community and helping improve Syncfusion products!
after upgrading the version 20.2.* the component value does not gets updated when updated using formcontrol name and fromgroup.
Sample: https://www.syncfusion.com/downloads/support/common/2863/ze/syncfusionangulartextbox_b907c75.zip
Replication procedure:
1. Run the sample with 20.2.43 version
2. Now open the sample and enter any mail ID for the email textbox
3. Click the submit button.
4. Now see the console.
Expected: the entered email address needs to be print in the console window.
Output: the entered email address does not return to the console window.