Hi, I’m trying to reset an input for a searchbox whenever I click a button. The button and the searchbox are in different groups which are contained in the same super group
The button does not reset the searchbox, how do I fix that?
Bonus question: is there a a native way to change the searchbox with an action? right now what I do is set its initial value to state variable and then reset it.