У меня есть поле ввода типа time
как показано ниже
<input type="time" name="visible-start-time" id="visible-start-time" class="form-control half-input" value="@(Model==null?"":Model.StartTime.TimeOfDay.ToString())"/>
![enter image description here](https://i.stack.imgur.com/ibPum.png)
Я не хочу показывать собственное сообщение проверки html
.