javascript - Django and autocomplete quick and dirty approach -
can suggest simple quick , dirty method of providing autocomplete text field example. may consider drop down later on. can think of few strategies doing this, i'd stay away non-standard django packages.
are there js libraries help? thinking speed, need query options - i.e. text fields , let js/jquery figure out 1 works best , i'll expose js/jquery library list of keywords.
any suggestions save time?
there pretty 1 option i'd suggest:
django-autocomplete-light’s purpose enable autocompletes , in django project: fruit of half decade of r&d , thousands of contributions. designed django every part overridable or reusable independently. stable, tested, documented , supported: tries neighbour in django ecosystem.
its easy setup, has no dependencies , plays django.
Comments
Post a Comment