[SOLVED] setState on Template7

I am working on a dashboard to monitor activity on my apps. I am using template7 because of its reactivity through setState integrated with a non relational Firebase service database. It turns out that when you have new activity in one of the apps and the firebase socket fires the information that there is new data, setState kicks in and changes parts of the dashboard. One has an input with the option to filter users and it is being focused every time the setState method is invoked. Could you prevent this focus action from being performed?

I was able to solve, just took the type equal to search and changed to text.

1 Like