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

Issue Description:

Sample : https://stackblitz.com/edit/react-em9fc6-ut4f5b?file=index.js,index.html


Case 1 :

The focus color and error validation color (when using form validation) were not applied correctly .

We have suggested using the onFocus and onBlur methods to apply and remove the focus color. However, they need to be fixed for this issue.

Replication Procedure:

  • Run the sample.
  • See the second text box , the focus color is not applied.

Current Behavior :  Focus Color is not applied .


Expected Behavior :Focus color should be applied .


Case 2 :

The error colors are not properly applied in the Textbox component. Both the focus color and the error validation color are applied.

Replication Procedure:

  • Run the sample.
  • In Third text box, typed a value and remove it .
  • See the issue , both validation error color and focus color are applied.

Current Behavior :  Both validation error color and focus color are applied.


Expected Behavior : Only the validation color is shown .