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!
NumericTextBox in a reactive form with format: 'n0' (integer) and validateDecimalOnType: true, pasting a decimal value like 1.1 results in the input rejecting it visually, but the underlying FormControl still retains the invalid value (1.1). This leads to inconsistencies between the UI and form model.
1.1) into the input.1.1.