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

Console UI should not immediately validate values on blur when empty #1921

Open
1 task done
fharper opened this issue Nov 23, 2023 · 3 comments
Open
1 task done

Console UI should not immediately validate values on blur when empty #1921

fharper opened this issue Nov 23, 2023 · 3 comments
Assignees
Labels
bug Something isn't working ux User Experience improvements

Comments

@fharper
Copy link
Contributor

fharper commented Nov 23, 2023

Which version of kubefirst are you using?

2.3.5

Which cloud provider?

None specific

Which DNS?

None specific

Which installation type?

UI (Console app)

Which distributed Git provider?

None specific

Which Operating System?

None specific

What is the issue?

Console UI should not immediately validate values on blur when empty. See that case when I have a token error when I put nothing in it yet. We should wait that there is at least any values in the textbox.

CleanShot.2023-11-23.at.12.17.11.mp4

Code of Conduct

  • I agree to follow this project's Code of Conduct
@fharper fharper added the bug Something isn't working label Nov 23, 2023
@donnalux
Copy link

The error shouldn't read as invalid token, using "Required" as the error message on an empty required field is better UX especially when for situations when forms get long.

@donnalux donnalux assigned donnalux and D-B-Hawk and unassigned donnalux Nov 27, 2023
@D-B-Hawk
Copy link
Contributor

dealt with in this PR: konstructio/console#425

@donnalux donnalux added the ux User Experience improvements label Dec 20, 2023
@donnalux
Copy link

@D-B-Hawk Seeing the below on dev environment:

image

Also, Next button should not be enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ux User Experience improvements
Projects
None yet
Development

No branches or pull requests

3 participants