0
paul.bose created
Hello Engineers,
In MVC5 UI, followed your code, and created date control
<input type="date" name="DateOccurred" class="form-control@(Model.CreateCaseDto.DateOccurred.ToShortDateString().IsNullOrEmpty() ? " value="@Model.CreateCaseDto.DateOccurred" maxlength="10">
<label>@L("DateOccurred")</label>
The issues is that when you lost focus (move on to next) control the label overlapps, please check below images
3 Answer(s)
-
0
Hi @paul.bose
Thank you for reporting this. Could you share which version of AspNet Zero do you use ?
Thanks,
-
0
"7.0.0.0"
-
0
Thanks, I have created an issue on https://github.com/aspnetzero/aspnet-zero/issues/689, we will fix this problem. You can follow this issue.