-
### 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
-
A method for programmatically selecting and deselecting lines is missing.
If a line is selected and the data array changes, a line still remains selected even though it no longer exists.
It woul…
-
Hello,
I have a problem, Is it possible to selected row from data.
I have a api and i need to checked somme row in the table , is it possible ?
What is the good way to do that.
Thanks
-
* Package version: 1.10
* Django version: 3.1.3
* Python version: 3.7.3
* Template pack: Bootstrap4
### Description:
For example using crispy-test-project and replacing:
```
- Append…
cpina updated
3 years ago
-
TestModel.php
```php
class TestModel extends Model
{
public $myfield;
public function rules()
{
return [
['myfield', 'trim'],
['myfield', 'requir…
-
Right now there is no way to set neither `col-auto`, `col-sm-auto`, `col-md-auto`,` col-lg-auto`, `col-xl-auto` nor `col`, `col-sm`, `col-md`, `col-lg`, `col-xl` classes in **column** plugin.
![ima…
-
Hi,
I am getting `The defination for plugin 'gjs-plugin-ckeditor' not found.` after enabling ckeditor from the config file. Here is the code inside the config file.
`'plugins' => [
'def…
-
I'm missing something basic about how to load this.
```twig
```
translations:19 Uncaught ReferenceError: Translator is not defined
at translations:19:4
(anonym…
-
On some reloads the style for the toggles changes back to a normal checkbox anyone else experienced this and have a fix?
-
I have an ASP.NET Core web application using VS 2017 and Bootstrap 4.3.1 and javascript 3.4.1. I have added the bootstrap-toggle option to 3 checkboxes on a simple booking options razor page. When I …