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!
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:
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:
Current Behavior : Both validation error color and focus color are applied.
Expected Behavior : Only the validation color is shown .