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
Because the tab.js file just calls show() and hide() on the DOM nodes when the search is run, things that were hidden due to filtering end up getting shown when they shouldn't be.
Can fix this by adding something like data-filtered and data-searched properties and showing/hiding based on that
The text was updated successfully, but these errors were encountered:
Because the tab.js file just calls show() and hide() on the DOM nodes when the search is run, things that were hidden due to filtering end up getting shown when they shouldn't be.
Can fix this by adding something like
data-filtered
anddata-searched
properties and showing/hiding based on thatThe text was updated successfully, but these errors were encountered: