• Resolved mohammedmalleck

    (@mohammedmalleck)


    Hi!,
    So whenever I filter something by either clicking the checkbox or by removing a chip(ie:. perfumes e.t.c) then I get blocked immediately from clicking any other checkbox or removing a chip.

    I tried to get this done by tracking the event listeners attached on these respective elements but my solution was not working as expected… a typical 300ms delay would be good before filtering anything.

    Let me know if you guys can create a quick custom code solution for it or point me in any other right direction… thanks in adavance.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @mohammedmalleck

    We are not exactly sure what is the issue, as both checkboxes and chips are working as they should remove the filters, and nothing is blocked – https://jmp.sh/s/S34bsMVFVt6Pq0MH35GL

    Please note that the video will expire in 24 hours.

    Best Regards – Victor

    Thread Starter mohammedmalleck

    (@mohammedmalleck)

    by blocked I meant not being able to check any other checkbox or remove any other chip within 300ms of any checkbox/chip being clicked…

    You can see the ajax functionality on this site…
    https://streamable.com/menivu

    Please note that the video will expire in 48 hours.

    Plugin Support fesupportteam

    (@fesupportteam)

    @mohammedmalleck

    That is correct behavior. When you choose any filter term the rest filter terms need to be updated in order to display correct counters, links, and other statuses.

    The development team has planned to also add other modes, that could be instantly chosen and hit apply to make them work without any updates.

    Best Regards – Victor

    Thread Starter mohammedmalleck

    (@mohammedmalleck)

    Glad to hear that you guys are working on this feature…

    from a user POV , I think a debounce would still be better(When you choose any filter term the rest filter terms can be updated after a 300ms delay which ofc resets on clicking a new term)…hitting apply after selecting terms sounds good if there are a lot of terms besides checkboxes & radios…

    thanks again for the response.

    Plugin Support fesupportteam

    (@fesupportteam)

    @mohammedmalleck

    We’ll make sure to add this to the development lists so the development team can check it and possibly make it work like that.

    Best Regards – Victor

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.