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 

Same issue doesn’t occur in js platform when dynamically rendering, please find the sample below,

Tried sample : https://stackblitz.com/edit/je31z4-dtw3hj?file=index.js,index.html

Replication Procedure:

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

Expected:  Border top should align properly.

Actual: Border top is not aligned.