z-song / demo.laravel-admin.org

Source code of official http://demo.laravel-admin.org website.
507 stars 250 forks source link

  in menu select #30

Open LanKing opened 6 years ago

LanKing commented 6 years ago

Editing of nested menus became hell: http://joxi.ru/brRKqyIQ0EKDm1 I am just started to explore Laravel and used your solution as admin panel (Cool-Cool-Cool).

Maybe it will be good to add the next js:

$(document).ready(function() {
    $('.select2-hidden-accessible').select2({
        escapeMarkup: function (text) { return text; }
    });
});