NetTalk Central

Author Topic: Big problem with AutoComplete  (Read 3425 times)

John Fligg

  • Sr. Member
  • ****
  • Posts: 361
    • View Profile
    • Ambrit Software
    • Email
Big problem with AutoComplete
« on: April 08, 2012, 05:58:47 AM »
I have found a scenario where server code is bypassed and is happening a lot on my web app.

A drop down list of contacts - the client types in the first letter or two and the required name is found. AutoComplete now "accepts" the name without them clicking on the list so all server side code is bypassed as no click has taken place.

Of course this might not be the correct name but autocomplete seems to accept the name instantly.

Am I missing something or can the user be forced into having to click to select a name from the list?

Thanks

John

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Big problem with AutoComplete
« Reply #1 on: April 08, 2012, 09:55:39 PM »
I'm not sure I understand - can you post an example, or give instructions on how to duplicate in the MailboxesForm in example "Locators" ?

John Fligg

  • Sr. Member
  • ****
  • Posts: 361
    • View Profile
    • Ambrit Software
    • Email
Re: Big problem with AutoComplete
« Reply #2 on: April 09, 2012, 12:46:21 AM »
Will do Bruce but for now have overcome it by just putting the code in another embed just before the record is saved.

Thanks

John