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

Error tooltips not appearing after calling revalidate #116

Open
dburns1974 opened this issue Apr 5, 2023 · 3 comments
Open

Error tooltips not appearing after calling revalidate #116

dburns1974 opened this issue Apr 5, 2023 · 3 comments
Labels

Comments

@dburns1974
Copy link

Hi,
I've just upgraded from version 4.0.2 to version 4.2.0 and the error tooltips are not appearing after calling .revalidate().then(isValid => {})

the isValid flag is still false and focus is set to the control that is not valid but the tooltip is not displaying.

Expected behavior
Expected behaviour is for the error tooltips to appear as in version 4.0.2

Thanks

@horprogs
Copy link
Owner

horprogs commented Apr 5, 2023

Hi, could you please provide some example. I cannot reproduce it

@dburns1974
Copy link
Author

Hi,
Here is an example

https://jsfiddle.net/dburns74/0d92qbrt/22/

If you click the validate button then the tooltip does not appear straight away. It will appear when you type in the input.
But if you change the version referenced in the cdn script from 4.2.0 to 4.1.0 then if you click the validate button the tooltip will appear straight away without having to type in the input.

thanks

@horprogs horprogs added the bug label May 26, 2023
@Chaitanya-Raj
Copy link

Just checking in, has there been any progress on fixing this bug? I am facing a similar bug. RequiredGroups work as expected (showing errors on calling revalidate) but fields do not show error after revalidation.

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

No branches or pull requests

3 participants