Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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!

0
Votes

Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/The_e-outline_breaks_when_icons_are_prepended_to_the_TextBox_component1290738000


If the icon is prepended to the TextBox component and the CSS class is set to e-outline, and the component is focused, the top border of the component breaks. This is because the icon span is added to the parent wrapper, causing the issue. However, if the icon span is added to the input wrapper (first child), then the CSS style works fine.


Empty


Replication procedure :

1.   Run the sample.

2.   Focus the “Address” textbox.

 

Expected Output: The top left border of the Textbox component needs to be properly visible.

Current Output: The top left border of the Textbox component not properly visible.