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 fields validation working only if key pressed #1925

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

Console UI fields validation working only if key pressed #1925

fharper opened this issue Nov 23, 2023 · 0 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

Did you use a fork of gitops-template?

No

Which Operating System?

None specific

What is the issue?

If you fill one of the fields required to create a new cluster when using the console UI installer with any automatic form filling applications or browser extensions, the "next" or "create cluster" button will stay disabled. It seems like the validation to check if all fields on the screen has been filled correctly are done with some key events tie the fields.

To be able to move to the next step, one need to click or bring the focus to the problematic field, and add + delete a random letter so the console app detect the input. It is not obvious, one user thought some other information were wrong, and wasn't sure why it seems like his email wasn't valid.

We should check if they have input with other events. May be related to #1921

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 donnalux added the ux User Experience improvements label Dec 20, 2023
@donnalux donnalux moved this to Todo in Kubefirst Action Jan 16, 2024
@donnalux donnalux removed the status in Kubefirst Action Jan 16, 2024
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