Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve UX for multiple input parameters in Action creation wizard #16

Open
pkosiec opened this issue Jan 14, 2022 · 0 comments
Open

Improve UX for multiple input parameters in Action creation wizard #16

pkosiec opened this issue Jan 14, 2022 · 0 comments
Labels
area/dashboard Relates to Dashboard enhancement New feature or request needs-triage Relates to issues that should be refined

Comments

@pkosiec
Copy link
Member

pkosiec commented Jan 14, 2022

Description

Currently, when there are multiple input parameters, there is a "Save" button for each form. To reduce friction, we should send form programmatically every time an user changes the tabs.

In that way:

  • the forms are sent automatically
  • the "Next" button should be enabled only when all forms are valid

This task should be refined as there are open questions:

  • When to send the forms - on focus change? Because the active one should be sent to unblock the Next button
    • Alternatively: we keep the "Next" button enabled always, and on click event would validate all the forms?
  • How to send the forms - create array of refs and pass them to proper forms?

See the discussion #12 (comment)

Reason

The UI should be as convenient as possible to use.

@pkosiec pkosiec added enhancement New feature or request needs-triage Relates to issues that should be refined area/dashboard Relates to Dashboard labels Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dashboard Relates to Dashboard enhancement New feature or request needs-triage Relates to issues that should be refined
Projects
None yet
Development

No branches or pull requests

1 participant