Hi,

I have a Clients module that references the Contacts module. In the Clients editview, you can type in the name of the Contact the Client is associated with. There is an auto-suggest feature on this field that creates a dropdown with suggestions for the rest of what you are typing. Is there any way to slow this down? Currently, it is way too fast, and only matches on the last name, so if you were to type:

'Jo'

It would suggest something like:

Tom Jones

We want to be able to match on either the first or last name, and to slow down the timing of the suggestions. Anyone have any ideas here?

Thanks,
D