plone / plone.formwidget.autocomplete

z3c.form widget for Plone using jQuery Autocomplete
https://pypi.org/project/plone.formwidget.autocomplete
2 stars 12 forks source link

plone.formwidget.autocomplete converts user input to lower case #4

Closed bdbaddog closed 4 years ago

bdbaddog commented 11 years ago

Original author: do3cc...@googlemail.com (July 06, 2010 14:52:07)

I am using the autocomplete widget with UserSource, the user I am searching for starts with an uppercase letter and is never found with the autocomplete widget.

Original issue: http://code.google.com/p/dexterity/issues/detail?id=135

bdbaddog commented 11 years ago

From do3cc...@googlemail.com on July 06, 2010 15:34:53 I've created a branch that adds an option to the javascript that defaults to not changing the search string to lower case. branches/do3cc_issue135

jensens commented 4 years ago

outdated