Closed ajanini closed 7 years ago
Hello @ajanini .
Corrections:
1.- Use iconClass = '' 2.- Use iconClassFix = 'icon-' 3.- Use '' place of ' ' for empty string. 4.- Use icons = ['', 'youtube', 'linkedin', 'pinterest'],
$('#mypicker').iconpicker({
iconset: {
iconClass: '',
iconClassFix: 'icon-',
icons: ['', 'youtube', 'linkedin', 'pinterest'],
},
});
Don't forget include your .css file of iconmoon.
I write a demo to describes this example with fontawesome in this Fiddle.
Regards.
Hello. I think I found an issue. I am using a custom iconset with an empty first icon (empty string), as follows:
When I click the button to open the icon picker, the following shows up in the console:
Is there a proper way to add an empty icon? What am I doing wrong? I'm using version 1.7.0.