Open johnwc opened 8 years ago
Why can't you use @TextBoxFor
:
@Html.Bootstrap().TextBoxFor(m => m.UserName).Prepend("$").Label().HelpIcon()
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.
I need to be able to add a input group, so that I can show a currency symbol before the input field. I have no way of doing that.
This is the call today.
I need something like so...
and produce...