-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Improved Bootstrap form theme for hidden fields #17568
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
Conversation
javiereguiluz
commented
Jan 27, 2016
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #16925 |
License | MIT |
Doc PR | - |
The widget |
@satanasdiabolo I've removed the BeforeAfter |
@javiereguiluz You shouldn't remove it from the select. In the issue I gave the list of "input" types that were intended to be used with the "form-control" class but I forgot to cite "select" and "textarea" as they seemed "off topic", I might have been wrong. // Common form controls
//
// Shared size and type resets for form controls. Apply `.form-control` to any
// of the following form controls:
//
// select
// textarea
// input[type="text"]
// input[type="password"]
// input[type="datetime"]
// input[type="datetime-local"]
// input[type="date"]
// input[type="month"]
// input[type="time"]
// input[type="week"]
// input[type="number"]
// input[type="email"]
// input[type="url"]
// input[type="search"]
// input[type="tel"]
// input[type="color"]
.form-control { |
@michaelPf85 thanks. I've reverted the last change. |
…iluz) This PR was merged into the master branch. Discussion ---------- Improved Bootstrap form theme for hidden fields Needed to stay in sync with Symfony's Bootstrap form theme. See symfony/symfony#17568 Commits ------- b2a1ca7 Improved Bootstrap form theme for hidden fields
I don't understand the failed tests. They refer to the
Can we ignore these fails or should we do something else? Thanks! |
@javiereguiluz Can you finish this one and fix the tests? |
I've got the same problem in my tests of #17609, could something go wrong with travis ? |
Looks like you need to bump requirements of the Form component in the TwigBridge or make it flexible enough to provide output that satisfied all versions. |
@xabbuh thanks for the hint. Do you have any proposal for the new requirements to use? Thanks! |
@javiereguiluz I think changing the version constraint from |
@xabbuh thank you! I've changed it. Let's see if tests go green again. |
@javiereguiluz sorry, I forgot about 2.8, please try |
Tests are still red. |
@fabpot This failure is expected as the subtree split of the Form component doesn't know anything about the updated tests here (only the 👍 Status: Reviewed |
Thank you @javiereguiluz. |
…iluz) This PR was squashed before being merged into the 2.7 branch (closes #17568). Discussion ---------- Improved Bootstrap form theme for hidden fields | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16925 | License | MIT | Doc PR | - Commits ------- ba5d7f9 Improved Bootstrap form theme for hidden fields
This PR was merged into the 2.7 branch. Discussion ---------- fix lowest TwigBridge deps versions | Q | A | ------------- | --- | Branch | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #17568 | License | MIT | Doc PR | This is necessary as #17568 was neither part of 2.7.10 nor 2.8.3. Commits ------- 526376f fix lowest TwigBridge deps versions