-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
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
<input type="date"> inside .input-group renders incorrectly in Chrome. #21651
Comments
Please check your testcase. It doesn't contain an input group or a submit button as per the screenshot, which leads me to believe you've posted the wrong code. Per this StackOverflow question, support for |
Sorry, that test case somehow got wrong. To clarify I am referring to type Test case |
Yep, okay. Confirmed on Chrome 56. |
The issue also exists with please see this testcase: https://jsbin.com/kihosoviyu/1/edit?html,output |
Fix is to change |
Actually, will be fixed when #21716 lands. |
* Task 1: Reserve table form using card * Task 3: Reserve table button in jumbotron * add row flex direction for input-group as default in custom css to fix Bootstrap 4.0.0-alpha.6 bug (see issue: twbs/bootstrap#21651)
* Task 2: Add image on the right of this month's promotion * add row flex direction for input-group as default in custom css to fix Bootstrap 4.0.0-alpha.6 bug (see issue: twbs/bootstrap#21651)
Bootstrap 4 alpha6 on Chrome 55 on Windows.
Renders properly in Firefox and Edge.
Test case
https://jsbin.com/pomicuyiza/1/edit?html,output
Screenshot
The text was updated successfully, but these errors were encountered: