Augustin-FL / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery

Home Page:http://projects.sergiodinislopes.pt/flexdatalist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery.Flexdatalist

Flexdatalist is (another) jQuery autocomplete plugin with support for <datalist>. Check the documentation page to see the plugin in action.

Demo & Documentation

Check out the examples and documentation page.

Roadmap

  • Improve accessibility
  • Allow the search to be disabled on flexdatalist and just use the given list (from server-side)
  • Use CSS grid to list multiple selected values
  • Regex in JS has bad support for special and accented characters, I'll try to make some improvements (it works since v2.3.0, but it won't highlight the word, though)
  • Make it jQuery independent (this will take a while to make it to a release)

License

Flexdatalist is licensed under the MIT license. Copyright (c) 2016 - 2021 SĂ©rgio Dinis Lopes

About

Flexible input autocomplete/datalist plugin for jQuery

http://projects.sergiodinislopes.pt/flexdatalist/

License:MIT License


Languages

Language:JavaScript 96.8%Language:CSS 3.2%