ng-emoji-picker
ng-emoji-picker copied to clipboard
Feature: hide search
Search is unnecessary and looks ugly. Passing d-none class for search Field did not work.
It would be nice to optional hide it.
You can hide it by using :
::ng-deep .search-header {
display: none;
}
In the CSS of the component where the emoji picker is used.