How to Submit any value in LOV input field when tab key is pressed
HI all,
We are using JDev 12.2.1.3.0 We have a requirement where we were using LOVs without validators so that we can accept both user-entered values and any one of the values from the dropdown, but with this, whenever a user enters a random value and clicks a tab, it is not submitting the entered random value, which is not in the dropdown list, by the user. For this, I observed that it is submitting the value only when the user presses the enter key in the LOV input field, and we want to perform this submit action for an LOV when