You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the DAOs search input executes a DAOs query and re-render of the page on every keypress when the input value is longer than two characters. This is often going to cause a lot of unnecessary queries and renders.
So I would like to propose that change this behavior in either of two ways:
execute on enter and blur (loss of focus), or
add a search button to the right of the input field, and an 'x' in the input field to clear it. Clicking either one executes.
Currently the DAOs search input executes a DAOs query and re-render of the page on every keypress when the input value is longer than two characters. This is often going to cause a lot of unnecessary queries and renders.
So I would like to propose that change this behavior in either of two ways:
I think my vote would be 1. This is how I'd like to implement the new proposal search input.
The text was updated successfully, but these errors were encountered: