summaryrefslogtreecommitdiff
path: root/Views/Bundles/Add.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Views/Bundles/Add.cshtml')
-rw-r--r--Views/Bundles/Add.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/Bundles/Add.cshtml b/Views/Bundles/Add.cshtml
index 81b3061..36b329b 100644
--- a/Views/Bundles/Add.cshtml
+++ b/Views/Bundles/Add.cshtml
@@ -23,7 +23,7 @@
</div>
<div class="form-group">
<label asp-for="Price" class="form-label">Price:</label>
- <input asp-for="Price" class="form-control" />
+ <input asp-for="Price" type="number" class="form-control" />
</div>
<button type="submit" class="btn btn-primary mt-3">Submit</button>
</form>