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

Display up-to-date error messages under text fields #5006

Merged
merged 1 commit into from Jan 1, 2021

Conversation

Jakub-CZ
Copy link
Contributor

As user types into a validated text field,
if the new string is still invalid but the error message changed,
ensure the new message will be displayed.

Fixes #5005

Before

Below are the states of a field as the value 0.0011 is being entered, and then cleared again.

instant-error-message-update BEFORE

After

Now, the error message indicates the error condition every step of the way.

instant-error-message-update AFTER

As user types into a validated text field,
if the new string is still invalid but the error message changed,
ensure the new message will be displayed.
Copy link
Member

@sqrrm sqrrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@sqrrm sqrrm merged commit d79799a into bisq-network:master Jan 1, 2021
@Jakub-CZ Jakub-CZ deleted the instant-error-message-update branch January 1, 2021 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error messages under input fields are not updated
2 participants