We built custom search functionality on a homepage. Three input fields, using the TextBoxEnterKey widget, and two boolean sliders. One search button, one clear button. The clear button calls a microflow resetting the attributes of the Search object. Refresh in client is set to Yes.
The thing is, when we click the clear button, the boolean sliders are re-set on the page, but the TextBoxEnterKey fields are not. Clicking Search again, with the search object re-set but the search fields still showing the old entries, does not result in a query with the old entries. The search object really is empty. It's just the widget still showing the old attribute value.
How can we remove the text in the TextBoxEnterKey widgets with the Clear button?