Hi,
I am working on APEX 21.1. I have a text field with a DA Event 'Key Release' which sets background color to 'Green' when the condition is met and 'Red' when the condition is not met.
The problem is that the color change doesn't appear immediately as the text is entered. The color change only fires when I tab of the text field. I want to fire actions while user enters the text in the text field.
I am not quite sure if this is a bug in APEX, any help about this would be highly appreciated.
Below is the JS expression I am using to change colors of the text field #P1_TEST:
$('#P1_TEST').css('background-color','#80e6b2');
Cheers
Mannat