fontIconPicker / react-fonticonpicker

React FontIconPicker Component to pick icon or SVG from a selection.
https://fonticonpicker.github.io/react-fonticonpicker/
MIT License
31 stars 32 forks source link

Close Picker on Select #5

Closed davidgolden closed 5 years ago

davidgolden commented 5 years ago

I'm not seeing a built in function to close the icon picker when an icon is selected. Does this already exist somewhere in the component?

swashata commented 5 years ago

Hi, we actually don't have it yet, but I would definitely love a PR for this. It is already there

https://github.com/fontIconPicker/react-fonticonpicker/blob/230de9e02af17c32829fc9dcaca24703d8a64524/src/js/components/FontIconPicker.jsx#L247

I don't know why we don't have this as a feature in props ☹️

davidgolden commented 5 years ago

Great, I will work on it!