Disabled the List from the Lookup Table while typing

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
bui
User
Posts: 277

Disabled the List from the Lookup Table while typing

Post by bui »

I am trying to fill up a field according to the data of the another field.

field1 -> (text field) use lookup table with Force Selection and Auto fill option to field2
field2 -> (text field) This field is use to display the value according to the data of field1

Now when I open the website and type something on the field1 then is shows the list of data which contains the character typed from the lookup table

Here how can I disabled the suggested or the list data which shows from the lookup while typing on the field1.


arbei
User
Posts: 9292

Post by arbei »

bui wrote:

field1 -> (text field) use lookup table with Force Selection

You set up as above and enabled AutoSuggest for the field, so you see the suggestion list.

Autofill requires user to select a field value and then auto fill another value, so you cannot disable lookup (AutoSuggest).

Did you mean you only want AutoSuggest once? After the field is selected, you don't need it anymore?


bui
User
Posts: 277

Post by bui »

What actually I want is
when I type a ID at the field1
The name of the ID should be shown at the field2

But while I type the ID at the field1 I don't want any auto suggest.


arbei
User
Posts: 9292

Post by arbei »

Currently there is no such type of AutoFill. You may better do it by your own JavaScript, see examples in Ajax by API and Client Scripts.


Post Reply