33
Views
2
Comments
Solved
Issue with DropdownNotValid and Form.Valid

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!



2024-07-12 05-57-50
Gourav Shrivastava
Champion
Solution

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

DropdownOne.oml
UserImage.jpg
AirMan

OMG it works!!!

thank you so much!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.