This topic is locked

Autofill with Free Input

10/14/2014 4:01:46 AM
PHPRunner General questions
dermemo author

Hello,
we have an Input Field where a user types in a 15 Character long IMEI Number.
In a Lookuptable there are TAC-ID´s, those are 8 Characters long and identify Cellphone Manufacturers.
In PHPRunner 7.1 when the user typed the 15 Character long IMEI Number, the Autofill worked, as of PHPRunner 8, as soon as more then 8 Characters are typed into the IMEI Field, the other Fields no longer are filled.
Any Help please?

Sergey Kornilov admin 10/17/2014

This is the way how it supposed to work. Autofill requires an exact match. If your IMEI numbers are 8 characters long in the database and user keeps typing numbers as long as 15 characters there will be no match.