Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[TwigBridge] Update bootstrap_4_layout.html.twig#38625
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Add 'form-control-range' for range input type.
nicolas-grekas commentedOct 19, 2020
(for 4.4) |
Oviglo commentedOct 19, 2020
Yes, the test check if class name contains "form-control" but in Bootstrap doc the range input type need to have "form-control-range" :https://getbootstrap.com/docs/4.5/components/forms/#range-inputs |
nicolas-grekas commentedOct 19, 2020
Sure, can you fix the tests please? |
Nyholm left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hey.
Have a look how the current custom forms are implemented. (see the docs:https://symfony.com/doc/current/form/bootstrap4.html#custom-forms)
We should implement this in the same way.
fabpot commentedNov 17, 2020
@Oviglo Are you still interested in finishing this PR? |
nicolas-grekas commentedJan 23, 2021
Closing as this staled. |
Uh oh!
There was an error while loading.Please reload this page.
Add 'form-control-range' for range input type.