Open Admin

Results 24 comments of Open Admin

For those who interested i forked laravel-admin and turned into Open-admin. Removing all jQuery, implemented bootstrap 5, re-did the design and changed a lot of the code under the hood....

I`m sorry, i probably should'nt have use the word fork. But i made so many changes it's actually not compatible as an actual fork anymore. I decided to start with...

Thanks for the tip! Much appreciated, I`m still petty new the whole testing but i can see why this is needed. I already came across quite a few thing that...

Hi Yeminlideveloper, Thanks for reaching out and reporting the bug. Could you please provide some more details on how you produced this error, so we can look into it. -...

Fixed by @yeminlideveloper, Thanks

Made my own implementation (read: hack) function choicesjs_allow_create(obj) { var addNew = document.createElement("div"); var choiceList = obj.choiceList.element; addNew.addEventListener('click', function (e) { addItem(); }) obj.input.element.addEventListener('keyup', function (e) { if (addNewAllowed()) {...

reverted this needs some extra thinking

Disabled sorting in forms, now fixed sorting for popup.

@takagaki-bb thanks for reporting. Now fixed in dev-branch will release soon.