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
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
At this moment, there is no check if the user changes or adds valid input inside the collection/global forms, which means that we are firing useless onSubmit every time the user clicks the button even if the data are unchanged.
Solutions
The best solution at the moment would be to make the submit button disabled when the user doesn't add a different value than the previous one.
Description
At this moment, there is no check if the user changes or adds valid input inside the collection/global forms, which means that we are firing useless onSubmit every time the user clicks the button even if the data are unchanged.
Solutions
The best solution at the moment would be to make the submit button disabled when the user doesn't add a different value than the previous one.