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
Due to my refactor of improve initial render (#490 (comment)) there is a bug which not revalidate the form (if the input is not part of the form render path).
This happens because I've removed the validate from the form's attachToForm method, because the test case was mistakenly tried to submit the form (which triggered re-validation).
The text was updated successfully, but these errors were encountered:
Due to my refactor of improve initial render (#490 (comment)) there is a bug which not revalidate the form (if the input is not part of the form render path).
I've created an example which demonstrate it https://codesandbox.io/s/formsy-semantic-ui-formselect-options-issue-forked-wq32d?file=/src/Inputs.js
This happens because I've removed the
validate
from the form'sattachToForm
method, because the test case was mistakenly tried to submit the form (which triggered re-validation).The text was updated successfully, but these errors were encountered: