-
* Package version: 1.11.1
* Django version: 3.1.7
* Python version: 3.9.2
* Template pack: bootstrap4
### Description:
It turns out that in Bootstrap 4, checkboxes _must_ have a `label` on th…
-
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";
…
-
### What steps will reproduce the problem?
```php
use yii\bootstrap4\Html;
```
### What's expected?
Checkbox with custom BS4 styling.
### What do you get instead?
Checkbox with lega…
-
I want to use the readonly-attribute on the checkbox, but when I do, I still can toggle the checkbox.
I cannot use d'disabled' instead, because then the property is not included in the post of the fo…
-
I did changes in boostrap4 theme to show what I am trying to do.
https://github.com/e107inc/bootstrap4/commit/85731e3551e5226f289bd144a7ebea57158249a1
1. import demo content during theme install…
-
- [x] Make partial names URLs to the partials
- [x] Make list of partials a table
- [ ] Show an example of how to integrate a partial in the usage section
- [ ] Elaborate on git submodule instructi…
-
I am interested in using this library on a page with a list of 200 countries that I want to toggle on and off.
The list is long and when the page loads the list appears to have regular check boxes fo…
ghost updated
3 years ago
-
On my grid, I have a select, I choose one and it looks chaged, but when I call the function to get data of my grid, the value of my data that have to be changed by the selected option, is always with …
-
I have following form definition:
```
class Form(FlaskForm):
text = StringField(description='Some visible text')
unique = BooleanField(description="Won't be rendered")
```
And below I'…
-
### General information
- json-editor version: 2.3.0
### Expected behavior
The watch callback is triggered once (each time the field value changes)
### Actual behavior
The watch callbac…
intco updated
11 months ago