-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Core: Call to resetInternals removed in remote validation callback #2242
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
Conversation
Thanks for your contribution! I'll take a look at it as soon as possible! |
Is there anybody alive here? |
I'd be alive, but I cannot pull it! :-) |
It needs a test, otherwise we just go round in circles :) |
Can you do the test ? |
Mmmm I should set up a project on purpose, quite hard to find the time (I
moved company 2 years ago, that issue was spotted in a previous company
project, working with all different technologies now...)
*----------------------------------*
*The worst thing about listening to Iron Maiden for the first time is that
you cannot listen to Iron Maiden for the first time ever again.*
…On Tue, 17 Jan 2023 at 09:54, julien-tschappat ***@***.***> wrote:
@leonardospina <https://github.com/leonardospina>
It needs a test, otherwise we just go round in circles :)
Can you do the test ?
—
Reply to this email directly, view it on GitHub
<#2242 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVVRA7OG6IQ56UEHQFWII3WSZT4DANCNFSM4GHF2KAA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@leonardospina |
@julien-tschappat should be done can you try and access |
@bytestream FYI : @leonardospina |
Many thanks @julien-tschappat :) |
Thank you @leonardospina @julien-tschappat @bytestream. |
My pleasure. |
Hi,
The modification is related to the following issues, which although marked as closed don't seem to be properly fixed:
#12
#1669
#1375
From the user point of view the issue is that fields in a form which has at least one field with remote validation will be "unhighlighted" if the remotely validated field has a valid default value (remote validation is successful and any other invalid field is cleared out);
Validation error messages are still shown on the interface, but the invalid fields are shown as valid (the CSS class is reset)
Thanks,
Leonardo