Closed nikduvall closed 4 years ago
When using an HTML5 Input type="search" element, when the 'X' icon is cleared, this is not automatically clearing the results.
You can detect this with a Search event:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/search_event
Please make a PR @nikduvall
PR #150 created.
When using an HTML5 Input type="search" element, when the 'X' icon is cleared, this is not automatically clearing the results.
You can detect this with a Search event:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/search_event