Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the data annotations for properties #8

Open
ghost opened this issue Apr 17, 2018 · 2 comments
Open

Enable the data annotations for properties #8

ghost opened this issue Apr 17, 2018 · 2 comments
Labels
feature up for grabs pull request accepted and appreciated

Comments

@ghost
Copy link

ghost commented Apr 17, 2018

Enable the data annotations for properties, example :

[ScaffoldColumn(false)]
[DisplayName("Artist")]
[Required(ErrorMessage = "An Album Title is required")]
[StringLength(160)]
[Range(0.01, 100.00, ErrorMessage = "Price must be between 0.01 and 100.00")]

@popcatalin81 popcatalin81 added feature up for grabs pull request accepted and appreciated labels Apr 20, 2018
@ghost
Copy link
Author

ghost commented Apr 20, 2018

I already add this feature in a fork of your project.
Do you want the code ?

@popcatalin81
Copy link
Member

@sorcer1 yes. If the feature is sufficiently requested, I will merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature up for grabs pull request accepted and appreciated
Projects
None yet
Development

No branches or pull requests

1 participant