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!
While placing numeric textbox inside form, the component value not updated properly
Issue reproducing sample Link: https://stackblitz.com/edit/angular-numeric-component-mikul4?file=src%2Fapp%2Fapp.component.ts
Replication procedure:
1. Run the attached sample.
2. Open the browser console.
3. Change the value using up and down arrow keys in the input type number and Syncfusion numeric component.
4. We can see the modified value in the console.
5. Now, click the reset button. Now, control value will be modified to 1.
6. Now change the value using up and down arrow icon.
7. We can see the Syncfusion numeric have the value as “1” but the form instance did not update the value since change event will not be fired.