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

Lex does not reset the Next/Finish button after a bad value entry. #541

Open
Nithos opened this issue Jul 28, 2022 · 0 comments
Open

Lex does not reset the Next/Finish button after a bad value entry. #541

Nithos opened this issue Jul 28, 2022 · 0 comments
Labels

Comments

@Nithos
Copy link
Collaborator

Nithos commented Jul 28, 2022

Lex correctly blocks bad value entries, however after an error and fix of the value to be correct the Next/Finish button does not work. Clicking on it fails, using Tab/Enter on the keyboard correctly progresses the field entry.

Reproduction.

  1. Go to the Lex Number example
  2. Select any of the types (Age, Height, Weight)
  3. Enter a string value to trigger an error (i.e invalid entry will set the input box to red)
  4. Correct the value by entering a numeric value
  5. Click the 'Finish' button

Expected
Finish should complete the pill entry.

Actual
Finish button does nothing.

NOTE: using the keyboard Tab/Enter works as intended even after error

@Nithos Nithos added the bug label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant