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

Sample : https://stackblitz.com/edit/react-xlrb3n-ner8yv?file=index.js


              When placing the TextBox component inside a form and using the Native Tailwind theme sheet, it overrides the hover effect of the TextBox component (Overrides the bottom border style).

Replication procedure :


  1. Run the Sample.
  2. Hover over the TextBox component.
  3. See the Bottom border style.

Expected Output: The TextBox component does not allow for overriding the bottom border style with native Tailwind CSS.

Current Output: The TextBox component allows for overriding the bottom border style with native Tailwind CSS.