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

Add more specific datatype and more to the property. #9

Open
Aaltuj opened this issue Oct 26, 2020 · 0 comments
Open

Add more specific datatype and more to the property. #9

Aaltuj opened this issue Oct 26, 2020 · 0 comments
Assignees
Labels
discussion help wanted Extra attention is needed
Milestone

Comments

@Aaltuj
Copy link
Owner

Aaltuj commented Oct 26, 2020

Let's have a discussion about the road to get to the kind of functionality as requested in issue #7 .

Also would you be able to shed some light on how to implement a different type of InputText if a POCO property were to be decorated with a DataType of Password or Email?

[DataType(DataType.Password)] public string Password { get; set; }

Instead of heaving a lot of Attributes to check when rendering maybe there should be only a couple of them tailored for the VxFomGenerator. This allows for a clearer overview of the possible options provided by the generator.

// PSUEDO CODE

VxFormField(
{
 DataType: DataType.Password,
 Label: "Label of the field" 
}
)

Any other ideas?

@Aaltuj Aaltuj changed the title Add more specific datatype to the property. Add more specific datatype and more to the property. Oct 27, 2020
@Aaltuj Aaltuj added the help wanted Extra attention is needed label Oct 30, 2020
@Aaltuj Aaltuj added this to the dotnet 5 release milestone Oct 30, 2020
@Aaltuj Aaltuj self-assigned this Oct 30, 2020
@Aaltuj Aaltuj removed this from the dotnet 5 release milestone Jan 7, 2021
@Aaltuj Aaltuj added this to the 0.6.0 milestone Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant