diff options
author | Minteck <contact@minteck.org> | 2022-01-12 18:58:54 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-12 18:58:54 +0100 |
commit | d0982c5250d2e33c824ddccb8bd245ca39faa724 (patch) | |
tree | 0b1fac648c4214c29f22629555ada2f3a2dcdb5d /dllib/README.md | |
parent | 6dc0f517f78af1ff3f7d9fd763873194517ff4fd (diff) | |
download | genealogy-d0982c5250d2e33c824ddccb8bd245ca39faa724.tar.gz genealogy-d0982c5250d2e33c824ddccb8bd245ca39faa724.tar.bz2 genealogy-d0982c5250d2e33c824ddccb8bd245ca39faa724.zip |
Upadte
Diffstat (limited to 'dllib/README.md')
-rw-r--r-- | dllib/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dllib/README.md b/dllib/README.md new file mode 100644 index 0000000..2700445 --- /dev/null +++ b/dllib/README.md @@ -0,0 +1,20 @@ +jQuery.Flexdatalist +====== + +Flexdatalist is (another) jQuery autocomplete plugin with support for <code><datalist></code>. Check the documentation page to see the plugin in action. + +## Demo & Documentation ## + +Check out the [examples and documentation](http://projects.sergiodinislopes.pt/flexdatalist/) 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](http://opensource.org/licenses/MIT). +Copyright (c) 2016 - 2021 [Sérgio Dinis Lopes](http://github.com/sergiodlopes)
\ No newline at end of file |