Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several new options #78

Closed
wants to merge 12 commits into from
Closed

Several new options #78

wants to merge 12 commits into from

Conversation

CatoTH
Copy link

@CatoTH CatoTH commented Jul 20, 2011

Hi,

here are the changes I made for my project.
Please note that I haven't had the chance to exhaustively test all features yet.

Tobias Hößl added 12 commits July 12, 2011 18:05
- comma_separator [boolean]: the comma-key separates different items. In that case, pasting a string including commas from the clipboard will create multiple items. ATTENTION: for this reason, xssPrevent() does NOT escape the comma character anymore.
- prevent_empty_elements [boolean]
- onchange: [function] an event handler that is fired every time an item is added or removed. In the latter case, its semantics differ slightly from onremove, as the hidden SELECT-Input-field has already been updated when onchange is fired.
- tab_leaves_input [boolean] when true, the tab key will not only add another item, but also switch to the next input field in the form

ATTENTION: due to these changes, there are most certainly new bugs being introduced by this commit.
…t the widget (usually due to ajax latency)
…ut-field before the autocomplete-selection appears
@emposha
Copy link
Owner

emposha commented Jul 21, 2011

Hi @CatoTH, cant merge them automatically, so I prefer to add your fork to a README file
What you think about it?

ps: just want to ask about this one -> "7f1e8c9 prevent_duplicate_elements" it`s not duplicated from this "filter_selected - filter selected items from list" ?
pss: Maybe I can merge some of your changes, something like those: 109fd92, 5f4f529

@emposha
Copy link
Owner

emposha commented Jul 28, 2011

added 109fd92, 5f4f529, ee59f2a fixes, about others I`m not so sure.
Thanks for your work!

@emposha emposha closed this Jul 28, 2011
Sign up for free to 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.

2 participants