- @anirudhsingh19 opened merge request.
- 🇮🇳India anirudhsingh19
Removed select.html.twig as suggested in #3. Please review.
select elements get "form-control" class via select.html.twig. This is not correct imho, as Bootstrap uses "form-select" class for select elements, see https://getbootstrap.com/docs/5.2/forms/select/
use a select element with Bootstrap theme and inspect the class.
change class to "form-select" in select.html.twig
create a patch
bootstrap styling according to "form-select" class
na
na
Needs review
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Removed select.html.twig as suggested in #3. Please review.