Hi,
I have 2 models: Location & Suburb.
On the Location model fields are:
- Street Name
- Suburb (Lookup to Suburb model)
What we find from the user experience, is that when they tab from Street Name to Suburb, even before they start typing, it loses focuses from that field, and they have to click back on the Suburb field.
Is there some way around this?
Thanks.