YousefED / ElasticUI

AngularJS directives for Elasticsearch
http://www.elasticui.com
Other
526 stars 138 forks source link

Input search does not refresh the search when the clean icon is clicked #101

Open miraks31 opened 7 years ago

miraks31 commented 7 years ago

Hi, In my application, I am using elascui like this:

When a text is entered in the field, then the filter is applied and an icon (a cross) is displayed on the right of the field.

When the clean icon is clicked then the field is set empty BUT the filter is not refreshed. This is the same if the field is modified by code. For me this is not normal.

How to do? Is it possible to force the refresh of the filer by code?

Thank you in advance for your answer and you amazing elasticui component !