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 has been 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.
The text was updated successfully, but these errors were encountered:
lucacacciarru
changed the title
feat: disable updated/add button when the user doesn't change the field data
feat: disable update/add button when the user doesn't change the field data
May 8, 2023
plushdohn
changed the title
feat: disable update/add button when the user doesn't change the field data
feat(dashboard): improve form UX
May 8, 2023
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.
The text was updated successfully, but these errors were encountered: