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!

1
Vote



Description:

Top border breaks when dynamically rendering the textbox when only using value property to the component.


Customer Sample: https://stackblitz.com/edit/angular-jhqfgs-vxvzuu?file=src%2Fapp.component.html,package.json,src%2Fapp.component.ts


We have replicated the same issue in standalone textbox.

Sample: https://stackblitz.com/edit/angular-wesnum-drnd3c?file=src%2Fapp.component.html,src%2Fapp.component.ts,src%2Findex.html,package.json,src%2Fapp.component.css 

the issue is working until version 20.2.38.


Working Sample (version 20.2.38):  https://stackblitz.com/edit/angular-qhhqqz-v3xgeh?file=package.json,src%2Fapp.component.css



Replication Procedure:

  1. Run the sample.
  2. Click on the button.

Expected:  Border top should align properly.

Actual: Border top is not aligned.