-
Reference
https://select2.org/getting-started/basic-usage
The requirement here is that the order of selection must stay even after the data is submitted and re-loaded for viewing in some other pag…
-
I want to display more than 1 information when searching, so I use select2 ajax & templates. It use json. I change the url and I make function on my controller. But I have a problem. It can not show a…
-
Hi,
This is very similar to [Issue 621](https://github.com/yourlabs/django-autocomplete-light/issues/621).
**Models.py**
```
class Step(TimeStampedModel):
name = models.CharField('Title', max_l…
-
Hello, I am a beginner in Modelica. When I ran the wind DFIG example, the software reported an error:
The initialization problem is inconsistent due to the following equation: 0 != 1.22474 = 1.22474…
-
https://github.com/angular-ui/ui-select2 is deprecated in favor of https://github.com/angular-ui/ui-select. We should use the _new_ one.
-
@lorensr, I was having some trouble with jquery extensions after last PR that auto-includes files from referenced packages.
I was using select2, that depends on jquery, and both packages are loaded a…
-
- [x] screenshot of vanilla add another form
- [ ] screenshot of select2 add another form
This would be nice to have in the documentation.
-
When a select field is added to an Expanded section, HTML select is displayed instead of select2 and that too doesn't work.
It works when section type (expanded) is removed.
**Version:** Latest …
-
Similar to Select2's property `allowClear: true/false`, expose a property that does not allow the selection of a null/empty value
-
I want to add some style such as width, height, border-radius, font-weight, font-size, ... but I couldn't manage it. Is there any way to do it?