I have an input field of type time
as following
<input type="time" name="visible-start-time" id="visible-start-time" class="form-control half-input" value="@(Model==null?"":Model.StartTime.TimeOfDay.ToString())"/>
I do not want the native html
validation message to be shown.