my page has a select that uses ds-select lib. When I type a text and select one option from it, after click on "Clear all" the search memory it's listed on it.
Example:
<ds-select
[label]="form.Label"
[bindValue]="form.Select.BindValue"
</ds-select>
What Im trying to do is call a reset function after clicked on this "Clear all" button