mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
http://formfactoryaspmvc.azurewebsites.net/
MIT License
304 stars 102 forks source link

Fixes DisplayNameAttribute being ignored #28

Closed tanis2000 closed 8 years ago

tanis2000 commented 8 years ago

This fixes the DisplayNameAttribute being ignored for all kind of properties. You can check it out by looking at the examples at http://formfactory.apphb.com/ The "Auto Complete" one has the second field that should have a label saying "Countrie" but instead it keeps showing "Country via ajax".

It would be nice if you could incorporate this PR and release a new package on nuget.

Cheers!

mcintyre321 commented 8 years ago

Thanks, nice one!