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

[Bug] 'Planned' | issue with 'Worked time' input logic #2999

Closed
KostyaEver opened this issue Sep 9, 2024 · 0 comments · Fixed by #3011
Closed

[Bug] 'Planned' | issue with 'Worked time' input logic #2999

KostyaEver opened this issue Sep 9, 2024 · 0 comments · Fixed by #3011
Assignees
Labels
bug Something isn't working Ever Teams WEB Web app
Milestone

Comments

@KostyaEver
Copy link

The issue is that when there is a default value '0' in the input and the user clicks into the input with the mouse the value '0' is still there. and if the user does not erase the value, the next added value will be added as the next '0 + X'

Expect:

  1. When there is '0' value and the user clicks into the input, it should erase automatically '0' so that user can pup any preferable value, but if the user did not put, the system should take back '0' value

  2. Another issue, that should not be allowed format '0 -X' adding values after '0', it may confuse the user

Screenshot at Sep 09 08-45-37 Screenshot at Sep 09 08-45-59

Should be only like here
Screenshot at Sep 09 08-55-10

@KostyaEver KostyaEver added bug Something isn't working WEB Web app Ever Teams labels Sep 9, 2024
@KostyaEver KostyaEver added this to the v0.1.0 milestone Sep 9, 2024
@CREDO23 CREDO23 linked a pull request Sep 10, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Ever Teams WEB Web app
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants