searched-text-highlight
Reactive icon

Searched Text Highlight

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 31 October 2023
 by 
0.0
 (0 ratings)
searched-text-highlight

Searched Text Highlight

Documentation
1.0.0

To use this functionality, you must replicate the SearchOnClick action logic according to your requirement and display on screen.

You can change the highlight color by changing the below class:

.Highlight{

    background-color: palegoldenrod;

}

This class is implemented in screen level.