You need to sign in to do that
Don't have an account?

Focus going to Date field
Hi
In the VF page below, when the page loads, the focus goes to the "Encounter Date" field, which is a date field. This then causes the calendar pop-up to come as soon as a user loads the page, which is very annoying. Why is this happening?
Thx,
Hamayoun
In the VF page below, when the page loads, the focus goes to the "Encounter Date" field, which is a date field. This then causes the calendar pop-up to come as soon as a user loads the page, which is very annoying. Why is this happening?
Thx,
Hamayoun
This element is the first in the page to get focus, when a date field gets focus it pops it's calendar picker.
you can set another field to have focus first , i think this is done with the tab order attribute, or the location on the page