Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Description: When we set the width to "100%" for the TextArea, it does not span the entire width as expected. The "e-auto-width" class is added to the component, assigning the value to "auto."
Sample: View Sample on StackBlitz
Replication Steps:
Expected Behavior: When the width is set to "100%", the TextArea should take up the entire width of its container.
Actual Behavior: The auto width is being applied, and the TextArea does not span the entire area.