ng-emoji-picker icon indicating copy to clipboard operation
ng-emoji-picker copied to clipboard

Feature: hide search

Open raDiesle opened this issue 6 years ago • 1 comments

Search is unnecessary and looks ugly. Passing d-none class for search Field did not work.

It would be nice to optional hide it.

raDiesle avatar Jun 04 '18 06:06 raDiesle

You can hide it by using :

::ng-deep .search-header {
    display: none;
}

In the CSS of the component where the emoji picker is used.

Tensaiz avatar Jul 14 '18 22:07 Tensaiz