Base solution for your next web application

Activities of "robmdc"

Oh, that is strange. I have not added any custom css, it's just a generated page. Could you perhaps share your project? Maybe I can find what's different.

Hi,

thanks for that, now they are visible! They are however not center-aligned as they should be, some class appears to remove the centered style.

Sure:

$('#AvailabilitySlot_TimeStart').timepicker({ minuteStep: 15, defaultTime: '9:00 AM', showSeconds: false, showMeridian: false, snapToStep: true });

and HTML:

<div class="form-group m-form__group col-3">
    <label for="AvailabilitySlot_TimeStart">@L("TimeHour")</label>
    <input class="form-control" placeholder="@L("TimeStart")" id="AvailabilitySlot_TimeStart" type="text" name="timeStart" readonly />
</div>
Showing 1 to 3 of 3 entries