Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

feat(dashboard): improve form UX #56

Open
lucacacciarru opened this issue May 8, 2023 · 1 comment
Open

feat(dashboard): improve form UX #56

lucacacciarru opened this issue May 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@lucacacciarru
Copy link
Collaborator

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.

@lucacacciarru 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 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
@plushdohn
Copy link
Collaborator

related #17

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants