Skip to content
This repository was archived by the owner on Mar 24, 2018. It is now read-only.

Tagging support #1

Open
wants to merge 108 commits into
base: tagging-support
Choose a base branch
from
Open

Tagging support #1

wants to merge 108 commits into from

Conversation

brianfeister
Copy link

No description provided.

robinmitra and others added 28 commits September 11, 2014 11:34
…s full container's width, making it go down to the next line, due to having the selected items being retrieved async. The fix simply triggers the update of input field width upon change in the selected item (triggered due to receipt of async selected item).
Fix to prevent clicks being swallowed when clicking on the 'x' within the multiple select pill.
Prevent the dotted line from appearing around the span element after clicking; this behavior did not occur when the span element was a button.
If selectedItems is an empty array, if(!selectedItems) is still false. It should be if(!selectedItems.length), which evaluates to true if selectedItems is empty.

With the current values, errors occur at line 266, since ctrl.parserResult.source($scope) evaluates to undefined, data does not have the filter method.
Added main file to work with `require()` and build scripts that utilise this method.
the model was changed but didn't updated the rest of the html view until next next digest
Conflicts:
	dist/select.css
	dist/select.css.min.css
	dist/select.js
	dist/select.js.min.js
Conflicts:
	dist/select.css
	dist/select.css.min.css
	dist/select.js
	dist/select.js.min.js
Fix the bug where the input field gets full parent width when selected item is async
…wvalue

fix(multiple): setViewValue compatible with 1.3-rc.1+
Fix to allow select type multiple using the bootstrap theme in Firefox/IE
chore(bower): remove cruft from bower package
Conflicts:
	dist/select.css
	dist/select.css.min.css
	dist/select.js
	dist/select.min.js
	src/select.js
@brianfeister
Copy link
Author

This case can be recreated by declaring a function name and passing as a parameter like this

 <ui-select data-tagging="customTransformFunc">

Add callback for removal of items from multi-select
dimirc and others added 30 commits October 29, 2014 02:15
…ches

fix(choices): prevent unnecessary watches when dropdown is closed
…rchFalse

Display placeholder when searchEnable is set to false angular-ui#241
…disabled, and allow _resetSearchInput to execute any time tagging is enabled
Adding ability to have a callback for highlighting an item
Conflicts:
	src/select.js
	test/select.spec.js
Conflicts:
	src/select.js
Conflicts:
	src/select.js
…trl.isActive method returning false positives in initial empty state
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.