Is there anyone who can resolve the dropdown issue in Bootstrap's latest version (v4.1.1)? Alternatively, could you recommend a reliable date time picker that works well with the latest version of Bootstrap?
<section class="jumbotron text-center ">
<form>
<div class="form-row justify-content-md-center">
<div class="form-group col-md-6">
<label for="inputEmail4">Bootstrap 4 (v4.1.1 ) Date Time Picker</label>
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Suggested time for visit*" aria-label="Suggested time for visit*" aria-describedby="basic-addon2" id="datetimepicker1">
<div class="input-group-append input-group-addon">
<span class="input-group-text" id="basic-addon2"><i class="far fa-calendar-alt"></i></span>
</div>
</div>
</div>
</div>
</form>
</section>