The Message in showFieldMsg is disappearing immediately
Hi All, In the below code the message in showFieldMsg is disappearing immediately after appearing. If we remove the g_form.clearValue() the message stays but the invalid value does not get cleared, if (X > Y) { g_form.clearValue('abc'); ...