Base solution for your next web application
Open Closed

Date Label Overlapping #7646


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @paul.bose

    Thank you for reporting this. Could you share which version of AspNet Zero do you use ?

    Thanks,

  • User Avatar
    0
    paul.bose created

    "7.0.0.0"

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.