This component allows you to highlight, with a preferred style, the searched words on your screen. It's a Client Action, with a JavaScript node, to be used OnRender of each screen and block where your target list will be.
This action has 2 inputs:
- ListID: should be used to input the Id of the List widget where your searched words can be found;
- Keywords: should be used to input the searched word(s) from your search input; this can be a single word, or a comma separated list of terms.
In case of having a screen with several blocks, and searchable fields in both screen and blocks, the Client Actions needs to be added to all OnRender events.
The expressions needs to be on a List.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)