![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Complety is a plugin that generates an autocomplete.
Attribute | Default | Description |
---|---|---|
cache | true | enables cache |
cacheData | {} | keeps json results on keys represented by the request url |
delay | 300 | time in milliseconds to delay the search after user typing |
functions.getValue | undefined | function to choose which attribute of json to use on search |
keys | undefined | keys of json that will be highlighted |
minChars | 1 | minimum of chars typed to trigger the search |
params | {} | literal or function params sent to query |
suggestion | undefined | an initial suggestion to be shown |
templates.none | undefined | compiled template used to render suggestion of no results |
templates.search | undefined | compiled template used to render suggestion |
url | undefined | search url |
wrappers.field | '.complety__field' | class used on field |
wrappers.item | '.complety__item' | class used suggestion items |
wrappers.itemSelected | '.complety__item--selected' | class used on selected item of suggestion |
wrappers.list | '.complety__list' | class used on suggestions list |
wrappers.loading | '.complety__field--loading' | class used on field during search |
wrappers.none | '.complety__none' | class used on item that show no result message |
wrappers.wrapper | '.complety' | class used on complety wrapper |
You declare an element with optional data atributes:
<input data-url="/update" type="search">
On JS you can declare attributes too, but data attributes has priority:
$('input').complety({ keys: ['name'] });
Methods | Description |
---|---|
complety.abort() | aborts all pending requests |
complety.hide() | hides the last suggestions |
complety.loader('start | stop') |
complety.readonly(true | false) |
complety.search('value') | executes a search |
complety.show() | show the last suggestions |
complety.suggest(json) | suggest a json result |
complety.suggestion() | returns the selected suggestion |
complety.suggestions() | returns suggestions from the last search |
complety.url() | returns the actual builded url |
complety.wrappers() | returns the wrappers name |
Events | Description |
---|---|
complety:always | when ajax executes always callback. arguments: json, this |
complety:fail | when ajax executes fail callback. arguments: json, this |
complety:done | when ajax executes done callback. arguments: json, this |
complety:suggested | when some suggestion is displayed: suggestion, this |
complety:none | when no suggestion result is displayed: arguments: value, this |
v0.6.1
FAQs
Complety - An Auto Complete Plugin
The npm package complety receives a total of 0 weekly downloads. As such, complety popularity was classified as not popular.
We found that complety demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.