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
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
The "Clear" button on the filter dropdowns do not work very reliably. This is because on click, it calls "triggerChange" which maps to "handleClick". HandleClick is meant to receive a single value from an option. Instead, we should be supplying the "endComponent" with "setValue" so that it can set the value directly.
The text was updated successfully, but these errors were encountered:
The "Clear" button on the filter dropdowns do not work very reliably. This is because on click, it calls "triggerChange" which maps to "handleClick". HandleClick is meant to receive a single value from an option. Instead, we should be supplying the "endComponent" with "setValue" so that it can set the value directly.
The text was updated successfully, but these errors were encountered: