Hello guys,
I'm experiencing an issue when using DropdownNotValid along with Form Valid. The validation seems to work correctly when I input incorrect data, but it doesn't reset the validity status back to true even after entering correct information.
How can I fix this issue so that the validation status correctly updates to reflect whether the input is correct or not?
Thanks for your assistance!
Hello @AirMan
You need to clear validation after it goes to a valid state . the first on is the clear one and last one is set to not valid
I have added oml file for your reference you can check DropdownNotValid screen I have implemented same.
Thanks Regards
Gourav Shrivastava
OMG it works!!!
thank you so much!