Ignore:
Timestamp:
09/02/26 05:22:09 (4 weeks ago)
Author:
mmilevski <markomilevski3@…>
Branches:
main
Children:
1dcdb2c
Parents:
d89d25b
Message:

Various UI bugfixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • KernelRecordsMVC.Web/Views/Admin/CreateRelease.cshtml

    rd89d25b r595d2e5  
    4343
    4444
    45         <div asp-validation-summary="ModelOnly"
     45        <div asp-validation-summary="All"
    4646             class="admin-validation">
    4747        </div>
    48 
    4948
    5049        <!-- =================================================
    … …  
    489488                                <input asp-for="Tracks[i].SongDuration"
    490489                                       data-field="SongDuration"
    491                                        placeholder="03:42" />
     490                                       placeholder="03:42"
     491                                       inputmode="numeric"
     492                                       maxlength="5" />
    492493
    493494                                <span asp-validation-for="Tracks[i].SongDuration"
    … …  
    645646                    <input type="text"
    646647                           data-field="SongDuration"
    647                            placeholder="03:42" />
     648                           placeholder="03:42"
     649                           inputmode="numeric"
     650                           maxlength="5"
     651                           pattern="\d{1,2}:[0-5]\d"
     652                           title="Enter a duration like 03:42" />
    648653
    649654                </div>
Note: See TracChangeset for help on using the changeset viewer.