atayahmet / laravel-nestable

Laravel 5 nested category/menu generator
MIT License
214 stars 52 forks source link

Any way to make renderAsDropdown() work with form model binding? #10

Closed ashish64 closed 7 years ago

ashish64 commented 7 years ago

Im running circles here... please help. How can i make this work with form model binding with existing data?

ashish64 commented 7 years ago

More info: Im using this Category::selected(1)->renderAsDropdown(); but it is giving me result of renderAsMultiple(); without any selection.

atayahmet commented 7 years ago

Hİ @ashish64

please check this section: make()