function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Srinivas223Srinivas223 

actionsupport autofill functionality

I am using action support in VF page to autofill other fields. I do have few mandatory fields. If I dont fill them first before I go to the action support Onchange field, the autofill functionality is not working. If i fill all the mandatory fields and then the action support field, it is working. I checked debug logs and came to know that the mandatory fields firing first and stopping the autofill functionality. 

Is there anyway that I can avoid this and keep both autofill and mandatory fields independent.
I appreciate your help.
Kiran A 7Kiran A 7
Try specifying immediate="true" on your actionSupport tag.