To vote or comment, enter your email and we'll send a magic link
Preloaded facet choices should ideally show up in the User Selections box. Currently they aren't.
User Selections
Temporary solution:
document.addEventListener('facetwp-loaded', function() { if (! FWP.loaded) { // on pageload FWP.parseFacets(); // grab the selected values from the DOM FWP.hooks.doAction('facetwp/loaded'); // this hook rebuilds the user selections } });
Temporary solution: