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
If you reload a page in Firefox, it remembers the state of checkboxes. With filter_checkbox the state of the filter is not set to match this after the reload.
Apparently this behavior can be prevented in Firefox using <input type="checkbox" autocomplete="off">.
Steps to reproduce:
Knit the Rmd document below.
Load in Firefox.
Check a checkbox.
Reload page. Checkbox still checked, but table is not filtered.
If you reload a page in Firefox, it remembers the state of checkboxes. With
filter_checkbox
the state of the filter is not set to match this after the reload.Apparently this behavior can be prevented in Firefox using
<input type="checkbox" autocomplete="off">
.Steps to reproduce:
PS Thank you for this great package. I am seeing a ton of possibilities.
The text was updated successfully, but these errors were encountered: