Files
LeafWeb/WebCms/Views/Shared/EditorTemplates/Single.cshtml
T
poprhythm 8452a9cce0 Add registration workflow
Update unobtrusive Validation
2020-01-10 14:52:11 -05:00

11 lines
151 B
Plaintext

@model float?
@{
Layout = "_FieldLayout.cshtml";
var f = Model ?? 0.0f;
}
@Html.TextBox("", f)
<span class="input-group-append">0,00</span>