Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Placeholder for input
Custom class name for autocomplete component

#### classes (Object)
Spesific custom class for each part. available: wrapper, input, list, and item
Specific custom class for each part. available: wrapper, input, list

#### id (String)
Custom id name for autocomplete component
Expand All @@ -182,8 +182,11 @@ Number of milliseconds the user should stop typing for before the request is sen
#### process (Function)
Function to process the API result with. Should return an array of entries or an object whose properties can be enumerated.

#### template (Function)
Function to process each result with. Takes the type of an API reply element and should return HTML data.
#### customParams (Object)
Object of key value pairs to be send along with the request as query parameters.

#### customHeaders (Object)
Object of key value pairs with custom headers to be sent along with the request.


## Callback Events
Expand Down