dwijitsolutions / laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.
http://laraadmin.com
MIT License
1.58k stars 537 forks source link

Bug Fixed: Multiselect not getting pre-filled values. #307

Open amanhestabit opened 5 years ago

amanhestabit commented 5 years ago

Previously the multi-select pre-filled option was not coming, now the array has been typecasted into Integer and it is working fine now.