Hallo,
Filter list provides the Search for keyword,
but when used in an overlay to update an objectset using onclick event of a button, it requires 2 clicks.
1.Initial click(or also a click outside the search for keyword) to register the entered value and 2.Finally another click to apply the filterlist to an object.
Ideally, this is not the User Experience we expected, Is there a walkaround already for this.
Hi @Benutzer7,
Have you thought about switching to a Text Input Widget + Manual Filtering
Replace the Filter List’s “Search for keyword” with a standalone Text Input widget. The Text Input widget commits its value more reliably on each keystroke (or on Enter). You can then:
- Bind the Text Input to a variable
- Use that variable in your object set filter directly
- The button click will see the already-committed value on the first click
Hope this helps
Regards,
Sanjeeth
2 Likes