When using an observer in Polymer, the method will be called as many times as the number of changed parameters.
More over in case of search field with immediate refresh, if the user types fast, a debounce would be useful.
When using an observer in Polymer, the method will be called as many times as the number of changed parameters.
More over in case of search field with immediate refresh, if the user types fast, a debounce would be useful.