-
Notifications
You must be signed in to change notification settings - Fork 839
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
Knockout / jQuery: An expression validator doesn't update the validation message on value change #6790
Comments
Hi @FHourmy, Now, enter Please let me know if you are expecting different behavior. |
Hi @JaneSjs For the Bug to happen here is the step by step : |
Are you requesting a feature, reporting a bug or asking a question?
Bug
Specify your
What is the current behavior?
Validator text containing an expression doesn't update properly on value change (version 1.9.104).
It used to work (tested on 1.8.71)
What is the expected behavior?
Validator text containing an expression should update when the value changes
How would you reproduce the current behavior (if this is a bug)?
reproduced on sandbox : https://codesandbox.io/s/winter-voice-vjcypc
enter a value, see the error text not updating
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://codesandbox.io/s/winter-voice-vjcypc
The text was updated successfully, but these errors were encountered: