Support Us page shall have Deselect All in filters so that it will provide a better UX in refining results

Hi Rex,

It looks like the page “Support Us” lacks an action to unselect all checkboxes.

People usually look for something particular, and in this case the user shall:

  1. unselect 13 checkboxes (14 in total actually)
  2. and leave only one in his target

Refreshed page - not a problem, just repeat unselecting 13 checkboxes.

It can look like this:

Clicking on this button will unselect all checkboxes and the grid below will react accordingly.

HTML example of the screenshot is here (just replace Filter title HTML tag with the following):

<div class="row">
    <div class="col s3">
		    <h3>Filter</h2>
    </div>
            <div class="col">
              <a hws-button="neutral" href="">Unselect All</a>
            </div>
        </div>

And of course you need to program this button to uncheck all checkboxes.

Please let me know if you need some help in programming this action.

1 Like

Hey, @kirby.

That might be a job for @RexXxuS when things cool down a bit.

Also, Rex was a web-developer before HWS, and he and another person also programmed HWS Connect from scratch :wink:
But thanks for the offer though.

1 Like

No rush at all, just some improvement into a backlog.
And thanks for these details, Dark :slight_smile:
It is always good to know when you’re dealing with a professional. :slight_smile: