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

Forecasting: create a better UX for value inputs #1985

Merged
merged 6 commits into from
Feb 24, 2023

Conversation

romanlutz
Copy link
Contributor

@romanlutz romanlutz commented Feb 23, 2023

Description

So far, providing numerical values had several issues:

  • upper and lower limits on the numbers
  • characters could be entered (that would then be ignored)
  • no real-time evaluation of the entered number (the evaluation would happen upon "committing", that is changing focus away from the spin button)

This PR uses TextField instead to have the appropriate event handler for edits on the text field. It also removes the limits on numbers.

Dashboard.-.Personal.-.Microsoft.Edge.2023-02-23.12-28-01.mp4

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

1 similar comment
@romanlutz romanlutz enabled auto-merge (squash) February 24, 2023 18:53
@romanlutz romanlutz merged commit 534631a into main Feb 24, 2023
@romanlutz romanlutz deleted the romanlutz/forecasting_transformation_value_input branch February 24, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants