Closed zabulus closed 9 years ago
It looks good if you want to customize an enum field in a model. But if you want to customize it in all enum properties in all models, need to modify code in Form.cs to utilize a custom IFieldGenerator. But I think it is better to add some extensibility to the FieldGeneratorHandlersRouter. Thoughts aloud. All main problem in the extensibility of the project it is generics. You can't add FieldGenerator.DefaultFactory for all Model/Types. You can do it only from main enter point - Form.
FYI, I haven't forgotten this. I'm pondering the best way to achieve it keeping in mind my ideas for the future direction of the library. cc @MattDavies
sure, np. I've fixed my issue, but already had started the implementation of extension.
https://github.com/MRCollective/ChameleonForms/issues/101