You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the antd's theme of the react-jsonschema-form. when i validated part of my form and submit, the form item's error tips was not showed, but the style was still here.
Click the Submit button at first, and then the errors tips show with the error style. It's expected.
Select the name form item, for example, i chose a one as my answer. in rapid sequence, click the Submit again, the error tips of the name form item is disappeared, but the error style is still here.
Expected behavior
I think we should make a change for the code origin code
2.pleace do the 1st step, and then, the the form item of the name is validated successfully, the error style is not show here together with the error tips again. just like that:
Prerequisites
Description
I used the antd's theme of the react-jsonschema-form. when i validated part of my form and submit, the form item's error tips was not showed, but the style was still here.
Steps to Reproduce
Expected behavior
origin code
coming code
2.pleace do the 1st step, and then, the the form item of the name is validated successfully, the error style is not show here together with the error tips again. just like that:
![image](https://user-images.githubusercontent.com/20536345/126866485-efee7be7-d0da-4908-b95b-46a3eca39ccd.png)
Actual behavior
the error style of the name is still show here.
Version
@rjsf/[email protected]
The text was updated successfully, but these errors were encountered: