Automatically update listings when clicking new filter option

Hello

I know this feature is asked a few times but i do not see an update on when this will be functional. Any idea of the roadmap when we can exptect this since allot of customers are asking for it.

Thank you for your reply.

Hello,

I am not part of the official support group, but what you are asking for could be done by adding a javascript behaviour for the filter form.

Something like (untested):

jQuery('.hp-form--listing-filter').on('change',function(){
        console.log('testing onchange');
       $(this).submit();
});
2 Likes

Hi,

Unfortunately, this feature is not yet available, but it is a priority and we plan to release it in the near future. We are currently working on a new extension, so there is a slight delay.