Open mike-koch opened 9 years ago
I have created a fork at https://github.com/Nico-VanHaaster/bootstrap-iconpicker that I have been starting to implement this and added a pull request. Would love some testers as I havent been able to fully test the changes.
@Nico-VanHaaster , sorry for the delay, but I finally got a change to try out your fork. Everything appears to be working well, except there is a typo on line 352:
evalSet.pust(subSetItem);
should be
evalSet.push(subSetItem);
Once that change is made, your change works beautifully :grinning:
@mkoch227 Thanks for the information. I have fixed that typo.. not sure how I didnt catch that
Let me know if you have any more questions or issues. I dont want to do a full pull request as I changed a few files that should not be pulled in.
Cheers, Nico
Was this ever fully implemented? Would really like to use this.
+1
I Have to ask too.. "Was this ever fully implemented? Would really like to use this."
This was never taken into the main repository from https://github.com/victor-valencia/bootstrap-iconpicker https://github.com/victor-valencia/bootstrap-iconpicker but has been implemented in my Fork. However the source has not been minified.
Cheers,
Nico
@victor-valencia hi! I noticed that this feature is tagged for v1.9.0. Did it happen to make it into the release? If so, how does it work.. like this?
data-iconset="glyphicon,fontawesome"
Thank you!
How was it solved? I still can not implement via JS more than one set of icons. was solved? thanks in advance for the great plugin +1
So can I use multiple iconsets or am I stuck with just one?
Right now, it appears that the user is restricted to only using one iconset at a time. Is there any way to use multiple iconsets at the same time? (For example, passing in an array in
.iconset(['font-awesome','octicons'])
)