Hi,
We are using the AddOnKeyPress & ShowAutoComplet functionalities to retrieve addresses from an Open Data repository via API.
The user enter an address, or a part of it, and as he does so a suggestion is proposed that he can select. If no result is found, by selecting "No result", the user can enter the address manually.
We use the following methods for the suggestion of addresses in our specific Javascript developments:
- AddOnKeyPress: The event is triggered when a key producing a character is pressed while entering the postal address.
- ShowAutoComplete: The list of returned addresses is displayed automatically after querying an API.
Unfortunately, these methods are no longer supported by the new UCI.
In principle they have been replaced by Custom Controls except that :
o The "AddOnKeyPress" method is not present in the list of controls.
o The "AutoComplete" method is present but it does not meet our needs for several reasons:
1. The auto complete returns only the records of an entity to be specified in the configuration while We retrieve the postal addresses from a custom API.
2. The search when entering is not relevant.
Thank you for your help ! :)