mcintyre321 / FormFactory

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

fix on finding correct type-specific view when property is nullable enum #3

Closed timiles closed 12 years ago

timiles commented 12 years ago

first view check was on "type", not the nullable-flattened "check". Example (/account/register) uses a nullable enum to demonstrate fix.