Add currency selection attributes

This commit is contained in:
Dennis Reimann 2022-01-24 18:04:17 +01:00
parent 10adb23e71
commit 240ad49a43
No known key found for this signature in database
GPG key ID: 5009E1797F03F8D0
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
<h3 class="mt-5 mb-3">Payment</h3>
<div class="form-group">
<label asp-for="DefaultCurrency" class="form-label"></label>
<input asp-for="DefaultCurrency" class="form-control" style="max-width:10ch;" />
<input asp-for="DefaultCurrency" class="form-control" currency-selection style="max-width:10ch;" />
<span asp-validation-for="DefaultCurrency" class="text-danger"></span>
</div>
<div class="form-group d-flex align-items-center">

View file

@ -21,7 +21,7 @@
</div>
<div class="form-group">
<label asp-for="DefaultCurrency" class="form-label" data-required></label>
<input asp-for="DefaultCurrency" class="form-control" style="max-width:10ch;" />
<input asp-for="DefaultCurrency" class="form-control" currency-selection style="max-width:10ch;" />
<span asp-validation-for="DefaultCurrency" class="text-danger"></span>
</div>
<div class="form-group">