dqef7931 2016-12-10 03:04
浏览 69
已采纳

获取atayahmet / laravel-nestable以使用表单模型绑定

Situation:

I need nested dropdown list.

What I have used?

atayahmet/laravel-nestable

Problem

I have used Category::selected(1)->renderAsDropdown(); as mentioned in documentation but I'm only able to get the drop down, I need necessary item to be selected. I don't think form model binding works in this situation.

I'm using Laravel 5.3

  • 写回答

1条回答 默认 最新

  • doufu5747 2016-12-10 06:52
    关注

    Fixed it(kind of)! instruction was missing in documentation.. had to do
    Category::selected('selected'=>'1')->renderAsDropdown();
    but still shows in multiple selection instead of a drop down! so i had to comment some lines out

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?