sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
504 stars 259 forks source link

Make readonly FormItems #300

Open AlexRadch opened 8 years ago

AlexRadch commented 8 years ago

Model fields now always should be editable. Some of them user can see but should not edit. Now I use custom FormItem and duplicate all FormItem view code to add readonly attribute.