How can I force the user to enter the integer part maximum value 10 and decimal part maximum .59. the system should only acccept the values
from 1 to 10.59. The system should not accept 5.60 .The decimal part value must be below 59.
Thanks
Pol
<inputtype="number"class="form-control format-text emphrs"asp-for="@Model.attendanceLogList[i].NormalHrs"/>