react-fonticonpicker icon indicating copy to clipboard operation
react-fonticonpicker copied to clipboard

Icons not displaying on dropdown

Open schatterjee-erwin opened this issue 6 years ago • 3 comments

I have saved the icons in a separate file and named it as iconLists.js. In the FontIconPicker I am using the icon property as: <FontIconPicker icons={iconLists.icomoonIcons}/>

But in the drop down it shows the following:

icon dropdown. Am I missing any component?

Thanks

schatterjee-erwin avatar Jan 16 '19 20:01 schatterjee-erwin

Maybe you need to use a different renderer? See renderUsing on this page, and check out the renderIcon() method (around line 423) in FontIconPicker.jsx

gregfenton avatar Apr 29 '20 00:04 gregfenton

I have the same problems when adding the fontIconPicker. In fontIconPicker, I can't see icons for fontIconPicker in react js.

gezhe-wu avatar Oct 12 '20 10:10 gezhe-wu

Maybe you need to use a different renderer? See renderUsing on this page, and check out the renderIcon() method (around line 423) in FontIconPicker.jsx

Could you please let me know the more detail? I also have the problems.

gezhe-wu avatar Oct 12 '20 11:10 gezhe-wu