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!

  • 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

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:

  1. Run the sample.
  2. Observe that the width of the TextArea is not set to 100% as expected.

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.