Kuika's Auto Complete element allows users to receive automatic suggestions while entering text.
When the user starts typing, suitable options are presented from a predefined or dynamically retrieved data list.
This feature both enhances the user experience and reduces data entry errors.
The Auto Complete element can be used in both web and mobile applications.
Areas of Use
Quickly selecting saved information in registration or payment forms
Providing dynamic suggestions in search boxes
Filtering lists such as addresses, cities, and countries
Listing previously saved card, account, or user data
Usage Scenario – Selected Card Selection
In an event ticket purchase application, the user selects one of their registered cards when they reach the payment step. An Auto Complete element has been added to the page for this process.
In the scenario:
The user arrives at the payment page for the Music Fest 2024 event.
When they click on the “Select Registered Card” field, the registered card options (e.g., MasterCard, Visa, Amex) open.
As the user begins typing, matching card names are filtered.
Once selected, the card information is automatically linked to the payment transaction.
Connecting the Data Source
1. Datasources Module
Go to the Datasources module.
Then click the + icon next to the Tables heading and name the table “CardsData”.