ToolTip is not closing with Select2

 <script>
        $(function() {
            $('[data-toggle="tooltip"]').tooltip()
        });
    </script>

Try this script. It may help you.

Leave a Comment