...
For the completer discussions:
Sure it would be desirable to have a "translating" completer, meaning the 'C' code is in the INPUT and not the completed text (CAR).
But as far as I understand Huy's comments *both* the code and the completed text are wanted to be visible , so its not an INPUT from just 1 field (if both are wanted we would need to implement a way to express in which field the code has to be displayed)
In any case if you feel a build-in translating completer option (as Huy wrote: A "combobox-like" implementation of the autocompleter) could save you a lot of code, feel free to send in a feature request via the support centers and illustrate some code samples how you think it should work.
Regards, Leo
Leo,
that has already occurred, FGL-4187
https://4js.com/support/issue/?id=FGL-4187 is the task that needs to be re-opened and have the additional requestors and information added. The airport code example
https://github.com/FourjsGenero/ex_autocomplete is perfect case, the 3-letter airport code is what is in the database but user should be able to type in city name and have the completer find the code. To get both the code and completed text visible can be covered by including the code in the items description, just like a combobox that has ITEMS=("Y","Y-Yes"),("N","N-No")
Reuben