aboutsummaryrefslogtreecommitdiff
path: root/app/genealogy/dllib/README.md
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-05 16:38:49 +0100
committerMinteck <contact@minteck.org>2021-12-05 16:38:49 +0100
commit879a6237b186768356f99caf992f0d25d5ec8612 (patch)
tree733aacd4845e918b484d8f46951d925f05f91b4c /app/genealogy/dllib/README.md
parent4bad8bcfb984cf017495b8fd31f174c32cebe805 (diff)
downloadcore-879a6237b186768356f99caf992f0d25d5ec8612.tar.gz
core-879a6237b186768356f99caf992f0d25d5ec8612.tar.bz2
core-879a6237b186768356f99caf992f0d25d5ec8612.zip
Commit
Diffstat (limited to 'app/genealogy/dllib/README.md')
-rw-r--r--app/genealogy/dllib/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/genealogy/dllib/README.md b/app/genealogy/dllib/README.md
new file mode 100644
index 0000000..2700445
--- /dev/null
+++ b/app/genealogy/dllib/README.md
@@ -0,0 +1,20 @@
+jQuery.Flexdatalist
+======
+
+Flexdatalist is (another) jQuery autocomplete plugin with support for <code>&lt;datalist&gt;</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