CompanyOnwership_icon
OutSystems Lab
Created on 03 September 2020
icon_unfollowing
Login to follow
input-autocomplete-reactive

Input Autocomplete Reactive

Version 0.1.0 (Compatible with OutSystems 11)
Uploaded on 03 September 2020 by 
OutSystems Lab
input-autocomplete-reactive

Input Autocomplete Reactive

Details
Application containing the reusable block to allow an autocomplete feature for inputs in Reactive Applications.
Read more

Application containing the reusable block (component/widget) which allows to have an input with the autocomplete feature in Reactive Applications.


This widget displays suggestions below a text input field. The list of suggestions is fed by an input parameter list, and the filtering occurs on the client side using a 'LIKE "%xxx%"' condition to find the respective matches.

The disadvantage of using this widget is that it requires the full range of data that needs to feed the list of suggestions to display below the input to be fetched beforehand (using an aggregate - take into account the value for the max records -  or data action).


If needed, it is always possible to adapt the existing block to be full server side. For that, one suggestion is to just clone the widget (copy paste the widget to one of your modules and make sure you don't bring unnecessary references), use an aggregate to feed the suggestions list instead of the input parameter list, and it should be ready to be used.


NOTE: At the moment the widget does not support selecting a suggestion using the keyboard (mouse-only functionality for now). The development team has this implementation next on the backlog for the widget.

Release notes (0.1.0)
Reviews (0)
Category
User interface, Input & forms
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 1 dependencies
Application Objects
Input Autocomplete Reactive has 0 AOs.
Team
Compatible with
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.606 to 11.0.615
Database:
All
Asset consumers
No consumers yet.
Weekly downloads