* [AAE-5392] - Make search text input more configurable & add an event emitter to indicate the states of it
* Remove fdescribe
* Emit empty search term when the search gets cleared
* Emit the empty search term when the search gets collapsed by the Search icon
* Same onBlur, emit the empty search term
* Add unit tests for emitters resetting the search term
* Fix comments, use reset event emitter instead of emitting an empty search term
* Update documentation
* Revert reset to boolean
* Fix flaky unit test