We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm using bs4 alpha6
Following is my code <div class="form-group col-lg-6"> <label class="col-form-label col-sm">Search Date</label> <div class="input-group col-sm px-0"> <input class="form-control py-0" type="date" formControlName="startDate"> <span class="input-group-addon">To</span> <input class="form-control py-0" type="date" formControlName="endDate"> </div> </div>
<div class="form-group col-lg-6">
<label class="col-form-label col-sm">Search Date</label>
<div class="input-group col-sm px-0">
<input class="form-control py-0" type="date" formControlName="startDate">
<span class="input-group-addon">To</span>
<input class="form-control py-0" type="date" formControlName="endDate">
</div>
Here is the screenshot
The input element is totally broken and I can't input anything in it.
To work round with this issue, I removed input-group class and added d-flex to let my field stay horizontally.
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #21651.
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm using bs4 alpha6
Following is my code
<div class="form-group col-lg-6">
<label class="col-form-label col-sm">Search Date</label>
<div class="input-group col-sm px-0">
<input class="form-control py-0" type="date" formControlName="startDate">
<span class="input-group-addon">To</span>
<input class="form-control py-0" type="date" formControlName="endDate">
</div>
</div>
Here is the screenshot
The input element is totally broken and I can't input anything in it.
To work round with this issue, I removed input-group class and added d-flex to let my field stay horizontally.
The text was updated successfully, but these errors were encountered: