You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Go to the Lex Number example
Select any of the types (Age, Height, Weight)
Enter a string value to trigger an error (i.e invalid entry will set the input box to red)
Correct the value by entering a numeric value
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
The text was updated successfully, but these errors were encountered:
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.
Expected
Finish should complete the pill entry.
Actual
Finish button does nothing.
NOTE: using the keyboard Tab/Enter works as intended even after error
The text was updated successfully, but these errors were encountered: