Login to follow
Awesomplete

Awesomplete (ODC)

Stable version 1.1.0 (Compatible with ODC)
Uploaded on 20 November 2024 by INETUM
Awesomplete

Awesomplete (ODC)

Details
Detailed Description

This component exposes a public Web Block, that provides a simple search and autocomplete within a given record list.

It addresses the following types of datasets:

  • Small to medium datasets - simply submit the data to the component, and the magic happens
  • Large datasets - fetch a small batch of data, and refresh it as the search text changes, throughout the handling on one of the Block's events

Usage is as simple as dragging and dropping the public Web Block on your page, setting up the input parameters and handling the events.

Navigate the search results using your mouse or your keyboard arrow keys.

The demo allows you to play with the Block's parameters and see it in action. Demo is available here:
https://inetumodc-dev.outsystems.app/INETUMODCForgeComponentsDemo/Awesomplete

Release notes 

Added an input parameter DelayToSearch to prevent triggering the seach event everytime a char is typed (defauts to 1second).