-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
Dist has become out of sync with src, whis is erroring: ```js ReferenceError: uiSelectMinErr is not defined ```
Cool, thx for merging! |
+1 Any Chance of this getting merged? |
+1 |
+1 Any eta? |
+1. Any update on this? |
+1 |
@malexandre can you rebase this? |
I'll do that later today or tomorrow. |
Great addition! Was about to try and realise this type of behaviour myself. Looking forward to this PR landing! +1 |
+1 |
+1. ETA? |
+1. Any ETA? |
I can't seem to get this working in 0.7 branch, it's too out of sync already. Can someone please merge this it's much needed feature. |
Yeah!!! Can we bring it to v0.8 ... as @parliament718 said, It's a much needed feature. |
Bad news: I really need this feature for a project I'm working on. |
I've created pull request #260 in which I've re-applied the changes included in this pull request. |
Let's continue the discussion of this feature at #260 |
Based on the pull-request of @tandibar #38, I renamed the "add-new-value" to "tagging", and added the management of a function for the tagging attribute.
The tagging can be enabled by adding the attribute "tagging". If set to "true", the search term will be used as the new item. If set to a funciton, the search term will be pass in attribute to the function. For example, I use a function to build a new object from the search term that is like the other objects managed by my ui-select.