Hi,
I need to filter the display of my repeating group.
For this :
- I use a “search” input and i check in the parameters of my input “Prevent enter key from submitting”.
- Then, in the settings of my repreating group, I modify my source data by adding filter constraints depending on my input: any filed contains input search values.
=> The filter works very well. But, it is not really dynamic.
Problem : for the filter to work, I have to press “enter”. I would like it to be live when I type just one letter for example.
Can you help me?