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

Partially filled time validation error is not cleared if input is cleared #281

Closed
jelhan opened this issue Nov 2, 2019 · 0 comments · Fixed by #283
Closed

Partially filled time validation error is not cleared if input is cleared #281

jelhan opened this issue Nov 2, 2019 · 0 comments · Fixed by #283
Labels

Comments

@jelhan
Copy link
Owner

jelhan commented Nov 2, 2019

#279 had introduced a validation error if a time input is only partially filled (e.g. hour but no minutes). This validation error is not removed if user clears the input using keyboard or the clear button provided by UI.

This only affects Chrome as that one is the only browser that shows the validation error in the first place. See #279 for details.

Steps to reproduce:

  • Create a poll until you reach the time input.
  • Enter a partially time (e.g. only hour).
  • Leave focus of that input and see validation error.
  • Clear the input.

The validation error should be cleared but it's still visible. It's only cleared on change but as a partially filled time does not that the value, there isn't any change triggered...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant