Skip to content

Update jquery.taghandler.js - #36

Open
boussou wants to merge 1 commit into
ioncache:masterfrom
boussou:master
Open

Update jquery.taghandler.js#36
boussou wants to merge 1 commit into
ioncache:masterfrom
boussou:master

Conversation

@boussou

Copy link
Copy Markdown

if I type "postgressql" & in my avaliable list I have "PostgresSQL" (or type "java" vs "Java"),
I want the autocomplete to add the latter.
I also added a foolproof behavior (that I got) where "PostgresSQL" is actually "PostgresSQL "
int the available list (with a space)

another update : on top of the "ignorecase" feature, I added a feature like UpdateURL but
"updateField" instead --> it is meant to automatically update an hidden field using the result
of getSerializedTags()

if I type "postgressql" & in my avaliable list I have "PostgresSQL" (or type "java" vs "Java"), I want the autocomplete to add the latter.
I also added a foolproof behavior (that I got) where "PostgresSQL" is actually "PostgresSQL " int the available list (with a space)
another update : on top of the "ignorecase" feature, I added a feature like UpdateURL but "updateField" instead --> it is meant to automatically update an hidden field using the result of getSerializedTags()
@boussou

Copy link
Copy Markdown
Author

This is an old work on your lib.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@boussou