mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-20 13:11:14 +00:00
Why are you validating that term is filled? If I want to suggest values immediately after opening select2 input, I specify select2_options {"minimumResultsForSearch": 0, "minimumInputLength": 0,}.
Why isn't this valid case? Maybe I'm missing something, but see it very useful to suggest, for example, last used values immediately after opening select2 field.
Thanks!
|
||
|---|---|---|
| .. | ||
| static | ||
| templatetags | ||
| __init__.py | ||
| db_client.py | ||
| fields.py | ||
| memcache_client.py | ||
| memcache_wrapped_db_client.py | ||
| models.py | ||
| urls.py | ||
| util.py | ||
| views.py | ||
| widgets.py | ||