Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Sample : https://stackblitz.com/edit/datts2-8l6owq?file=index.ts,index.html
The change event is not triggered for dynamically created TextBox. The change event only triggered for initial rendering of the TextBox component.
Replication procedure :
1. Run the Sample.
2. Type anything in the Textbox and the change event will be triggered.
3. Change “Address” to “Permit Type”.
4. Perform Selection in the Dynamically created Dropdown.
5. Change “Permit Type” to “Address”.
6. Now Type anything in the TextBox.
Expected Output: The change event needs to be triggered for dynamically created TextBox.
Current Output: The change event is not triggered for dynamically created TextBox.