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
We recently had a bug where we disabled the FormSubmit component (using its disabled prop), but the Form could still be submitted with the Enter key. To avoid this situation, there should be a disabled prop on the Form component, which we could have set to true.
(In the meantime, the workaround is to do nothing in the handleFormData callback when the form should be disabled.)
The text was updated successfully, but these errors were encountered:
We recently had a bug where we disabled the
FormSubmit
component (using itsdisabled
prop), but theForm
could still be submitted with the Enter key. To avoid this situation, there should be adisabled
prop on theForm
component, which we could have set totrue
.(In the meantime, the workaround is to do nothing in the
handleFormData
callback when the form should be disabled.)The text was updated successfully, but these errors were encountered: