John Carew
John Carew
Any update on this? We have a requirement for .Net Core going forward and we used your extension heavily with our current site. Also, the link you keep pointing to...
@Ajitweb that is not the case all the time. A great example of being forced to use ASP.Net Core for a windows deployment is if you will be deploying to...
I could say the exact same thing for HelpText. I'm asking for it to be able to be called on any label. In all my use of surfing the web,...
This is the code that I am using, that needs the functionality. ``` csharp @f.FormGroup().DropDownListFor(m => m.Day, Model.DaysOptions).Label().HelpIcon() ```
I'd be more than happy to make an extension for this in my code, if you could show me an example that produced sample html appended to the label.
Awesome, there is only one thing that it's missing though. I need access to the ModelMetadata object of the property. I need to retrieve the attributes of the property for...
You should not be doing anything with the label in the method. You can use this extension that I created to accomplish this. You can remove the ShowRequiredStar call if...
I am using a FormGroup first. I need the EditorFor because it utilizes the metadata that is applied to the property, a TextBoxFor does not.
@unchase Any news? Seems like a simple thing to fix. Also, could the request check to see if $metadata is already in the URL, if so don't append it to...
Dear Rémy, I stated in the OP about the issue being in the **_UI_** of the generator, not the code it produces. Best regards, John