This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
pasting issues #704
Comments
erikdubbelboer
added a commit
to atomx/ui-select
that referenced
this issue
Oct 26, 2015
Add paste="expression" to allow custom paste handling. Allow pasting in tagging mode when the tagging function is not defined. In IE use window.clipboardData so jQuery is not required. Fixes angular-ui#910, angular-ui#704, angular-ui#789, angular-ui#848, angular-ui#429
erikdubbelboer
added a commit
to atomx/ui-select
that referenced
this issue
Oct 27, 2015
Add paste="expression" to allow custom paste handling. Allow pasting in tagging mode when the tagging function is not defined. In IE use window.clipboardData so jQuery is not required. Fixes angular-ui#910, angular-ui#704, angular-ui#789, angular-ui#848, angular-ui#429
erikdubbelboer
added a commit
to atomx/ui-select
that referenced
this issue
Nov 9, 2015
Add paste="expression" to allow custom paste handling. Allow pasting in tagging mode when the tagging function is not defined. In IE use window.clipboardData so jQuery is not required. Fixes angular-ui#910, angular-ui#704, angular-ui#789, angular-ui#848, angular-ui#429
danielgrippi
pushed a commit
to viewthespace/ui-select
that referenced
this issue
Jan 12, 2016
Add paste="expression" to allow custom paste handling. Allow pasting in tagging mode when the tagging function is not defined. In IE use window.clipboardData so jQuery is not required. Fixes angular-ui#910, angular-ui#704, angular-ui#789, angular-ui#848, angular-ui#429 (cherry picked from commit 5b852b3)
aaronroberson
added a commit
that referenced
this issue
Feb 18, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having issues with pasting a set of values (e.g "foo,bar"). I expect 2 items to be added.
The pasting logic is only executed if I define a tagging funtion
select.js:
However in ctrl.select, is sends the search value (which is empty at that point) to my tagging function, instead of the item which was provided to the method
Any ideas on what I am doing wrong? Or is this a bug? If I change the line above to the following, everything seems to work fine
The text was updated successfully, but these errors were encountered: