Inline validation message displays as popup because I believe the page is not yet loaded

0
Hi,   I have a situation where I created custom validation and use list view with several values and customized them to look like tabs. When switching from one tab to another there is a listen to widget data view which loads the selected entity from the tabs(List view). At that point on the dataview there's a nanoflow which does some validations and shows inline messages for the fields which do not respect conditions. However, from time to time, randomly seems like, the inline messages instead of appearing beneath the fields, they appear as a popup message. How can I make sure this never happens for the user? 
asked
1 answers
0

Hi Cojocaru Razvan,

 

This could happen because the UI has not fully loaded but the validation nanoflow has triggered. Try adding a small delay in the validation nanoflow to allow the UI to get fully rendered.

 

Hope this helps!

Thanks

answered