upmin / upmin-admin-ruby

Framework for creating powerful admin backends with minimal effort in Ruby on Rails.
MIT License
757 stars 66 forks source link

Better boolean/enum state display #154

Closed tfe closed 9 years ago

tfe commented 9 years ago

I think it makes sense to use the original form controls for uneditable fields, just using their disabled state. I'm guessing you guys didn't have a need for this since the only uneditable fields previously were ints/strings?