https://github.com/hangsbreaker/autocomplete
Make html input text with suggestion autocomplete with data from object or ajax
https://github.com/hangsbreaker/autocomplete
Last synced: 7 months ago
JSON representation
Make html input text with suggestion autocomplete with data from object or ajax
- Host: GitHub
- URL: https://github.com/hangsbreaker/autocomplete
- Owner: hangsbreaker
- Created: 2022-03-11T13:04:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T10:49:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T00:38:20.156Z (9 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autocomplete
Make html input text with suggestion autocomplete data from object or ajax.
# Example
More example in example.htmlautocomplete("id_input_text/textarea", {params});
Use third paramater with "multiple" to use multiple valueautocomplete("id_input_text/textarea", {multiple:true});
See Demo