onSubmit event in Javascript extension for OPA
Content
Hi,
We have a requirement that a semi-colon separated list has to be shown as a table with a select option. When the user clicks on select, some of the fields should be populated with those values. Suppose if the user provides input in the actual field directly instead of selecting from the pre-populated list, we need to check if it already exists in the list. If not then remove the first item of the list and append the newly given input at the last of list (First in First Out). We were able to achieve this. But we had to go
0