victor-valencia / bootstrap-iconpicker

A simple icon picker
https://victor-valencia.github.com/bootstrap-iconpicker/
MIT License
380 stars 139 forks source link

iconpicker disappears when select a icon and click next button #72

Open chrispcb opened 6 years ago

chrispcb commented 6 years ago

On div tag:

  1. select a icon
  2. click next button

div disappears !

sanderkruger commented 6 years ago

I have noticed the same behaviour. The underlying reason is that iconpicker populates the search field with the selection. On clicking 'next', the search filter is applied and all icons disappear.

Part of the problem is that apparently the glyphicon- prefix throws out all icons.

I think that: 1) the search field shouln't be populated on select 2) search on a text containing the glyphicon-prefix should work

dgastudio commented 5 years ago

any update on this?