We are using IIQ 8.3P3.
I have created a application provisioning form with two fields and marked both as postBack = true, type = “String” and reviewRequired=“true”.
Whenever we provide a value in the first field and move the cursor to second field, the cursor moves to the first field where we provided an input.
How can we fix the same where the cursor can be stopped from moving back to where we provided the input and stays in the next field where we wish to provide the new value?
Yes. We have another field which gets populated based on the input we provide in the fields, hence, a postback here and a dynamic attribute in other field.