-
The document says ``addon_after_class`` will work, but there is no handling logics at all.
Note. Here is how django-bootstrap4 are handling it.
https://github.com/zostera/django-bootstrap4/blob/ad…
-
In `templates/partials/navigation.html.twig` the theme variables are used inconsistently. For example at the top of the file there is
```
{% set navbar_style = theme_var('navbar_style') %}
{% set …
-
Hello.
first of all thanks for creating this theme and syncing Select 2 with Bootstrap 4
I added a few lines to your code to resolve the problem of compatibility with RTL direction.
You can add the…
-
**Is your feature request related to a problem? Please describe.**
It’s difficult for users to quickly understand the total number of items and their position within the pagination. Users often need …
-
Currently, Input path(s) renders an array of string line by line:
```
Input path(s):
file:///C:/Users/anton/.nuget/packages/Wyam.Razor.1.2.0/content
file:///C:/Users/anton/.nuget/package…
-
Hi, Is it compatible with and angular4.0.0 version and bootstrap4? Please tell us!
-
https://github.com/yiisoft/yii2-bootstrap4/blob/37a0cc2f11f6f38b562ab9306eed2f899b72838a/src/Nav.php#L120
The 'nav' class is always added in yii\bootstrap4\Nav's init method.
The documentation for…
-
I made a toggle switch component in react with bootstrap4-toggle and it looks like this:
```
import React, { Component } from "react";
import "bootstrap4-toggle/css/bootstrap4-toggle.min.css";
…
-
Thanks
-
Hi I am using styles from bootstrap 4 by adding a reference in the view
When I select a row on table it does not highlight the row to light blue like it used to do in bootstrap3.3.6
Table body…