-
-
### Problem Description
I wanna keep a select field with select2 js enabled in my custom module settings. then user can easily type and search the value within the dropdown. but currently it is not p…
-
I am doing an heavy use of select2/slect2tagbox widgets in my survey. I slightly modify them in order to exploit the _tags_ option of select2 plugin which let add new select options on the fly. To ena…
-
Let's say you have the following model structure, modified from the README example:
```
class Street(models.Model):
street_name = models.CharField(max_length=255)
class Address(models.Mode…
ghost updated
1 month ago
-
The [Select2](ivaynberg.github.io/select2) widget does not work correctly when cloned. For example the template takes all events no matter which clone is clicked.
-
Hi, I'm starting to use YII2, but I'm having an error when updating select2.
my controller
`
public function actionUpdate($id)
{
$model = $this->findModel($id);
$alunoMod…
-
Version included: 3.4.1
[Latest version: 4.0.x (4.1.x in RC)](https://github.com/select2/select2/releases)
-
Hi,
I started with this example, initially it works fine, I adapted to personal project where I got from start:
select2.js:209 Uncaught Error: No select2/compat/inputData
I go back to example (where …
net4u updated
7 years ago
-
I'm using select2 in dynamic form,when I use events for select, the events works only for first nested form and It doesn't work for nested form that added by (+).How can I fix that?
-
Could add support for version 4 of select2?