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
toggleFilter can perform initial filter but cannot toggle off.
Quick debug shows data-filter as a number and checking the this.options.filter which only contains strings. So the toggled state after a few clicks would result in checking if 1 is in array ["1", "1", "1"].
Unexpected Behavior with latest version of Filterizr: https://codepen.io/origandrew/pen/LwOOwP
changing the filterizr version to 2.0.1 results in a working toggle function
The text was updated successfully, but these errors were encountered:
toggleFilter can perform initial filter but cannot toggle off.
Quick debug shows data-filter as a number and checking the this.options.filter which only contains strings. So the toggled state after a few clicks would result in checking if 1 is in array ["1", "1", "1"].
Expected Behavior:
https://designlink.work/en-US/filterizr-2/
Unexpected Behavior with latest version of Filterizr:
https://codepen.io/origandrew/pen/LwOOwP
changing the filterizr version to 2.0.1 results in a working toggle function
The text was updated successfully, but these errors were encountered: