victor-valencia / bootstrap-iconpicker

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

Popover mode bs.iconpicker dons't work bs.modal for used container:'body' #66

Open UnreALi opened 7 years ago

UnreALi commented 7 years ago

I use var container = $this.data('container') == '' ? 'body' : $this.data('container');

 $this.popover({
                            animation: false,
                            trigger: 'manual',
                            html: true,
                            content: op.table,
                            container: container,
                            placement: op.placement
                        }).on('shown.bs.popover', function () {
                            data.switchPage(op.icon);
                            data.bindEvents();
                        });