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

The panel closes when the pager moves to the beginning or end. #19

Open ddryo opened 4 years ago

ddryo commented 4 years ago

When the number of icons is large, it is displayed divided into multiple pages, but the panel closes when transitioning to the first or last page.

For example, When the number of pages is 3, the panel is forcibly closed when moving to the first or third page.

Please see attached gif image.

output

obrejla commented 4 years ago

I have the same issue. Seems to be related/duplicate to #13

dcalvom commented 4 years ago

Hi here, I was checking the code but I'm not sure what could be the issue. I think is because of the addition they do in the pager? Have any one been able to fix this issue?