wikis Search Results · repo:angular-ui/ui-select language:JavaScript
Filter by
11 results
(146 ms)11 results
inangular-ui/ui-select (press backspace or delete to remove)The language qualifier is not supported when searching wikis. Try searching for issues instead?
Many requests for custom features can be satisfied by accessing the uiSelectController in your own custom directive. To do this, create a directive of your own which require s the uiSelect directive, as ...
- Last updated on Aug 1, 2019
Common Issues ng-model not working with a simple variable on $scope You cannot write: < ui-select ng-model =" item " > < !-- Wrong -- > [...] < / ui-select > You need to write: ...
- Last updated on Nov 17, 2016
Requirements Angular > =1.2.18 ngSanitize module jQuery ( optional for older browser support ) Bootstrap (v3)/Select2/Selectize CSS as appropriate Browser compatibility starting at Internet Explorer ...
- Last updated on Aug 25, 2016
1. Getting Started 2. ui-select Directive 3. ui-select-match Directive 4. ui-select-choices Directive 5. ui-select-no-choice Directive 6. uis-open-close Directive 7. FAQs 8. Accessing $select
- Last updated on Aug 1, 2016
Just to throw it all somewhere Customizeable selected template Customizeable list item template Keyboard selection (up/down/enter) Use left/right arrow keys to move the caret (ibeam) between items (multi-select) ...
- Last updated on Nov 25, 2014
The ui-select-choices is what the option tag is to a html select element. Attributes option description value group-by Group by expression expression group-filter Filter or sort groups by expression expression ...
- Last updated on Oct 18, 2017
IMPORTANT: This is currently NOT merged into master Use ui-select-header to add a header to the top of the dropdown list. Use ui-select-footer to add a footer to the bottom of the dropdown list. Add one, ...
- Last updated on Jul 10, 2018
The ui-select-match is the select value(s) directive. option description value placeholder Default text when no selection active string allow-clear Allows you to clear the current value boolean ui-lock-choice ...
- Last updated on Dec 9, 2014
ui-select-no-choice This directive was created in PR #1011 and included in v. 0.17.1 The ui-select-no-choice directive must be an immediate child of the ui-select directive. It displays its contents when ...
- Last updated on Mar 9, 2017
The ui-select directive is the main directive of the module. Attributes option description value default close-on-select Closes a multi-select upon selection boolean true append-to-body Appends the dropdown ...
- Last updated on Nov 8, 2018