tech-advantage / ngx-icon-picker

An Icon Picker Directive/Component for Angular 13+ which manages Font Awesome, Bootstrap Glyphicon, Font Awesome5 and Material.
MIT License
25 stars 33 forks source link

auto show icon picker #11

Closed cutepanda12 closed 4 years ago

cutepanda12 commented 6 years ago

how to show icon picker with having to click on input or a button?

cutepanda12 commented 6 years ago

hello, can someone please help me with this?

greg7859 commented 6 years ago

Hello, The icon selector is displayed when you click on input component. Can you check than you follow the readme to integrate this component in your application? Can you send us an exam which reproduce your problem?

cutepanda12 commented 6 years ago

I just want the icon-picker and icon-grid class. Is there a way not to use 'input' in the code? Because I don't want to click on the input. i just want to show the grid.

greg7859 commented 6 years ago

In this issue, we explain how to use the icon-picker with the <A> tag: https://github.com/tech-advantage/ngx-icon-picker/issues/2

You can adapt this example to display the grid without click in input.