AngularJS-native version of Select2 and Selectize
0
votes
0answers
18 views
Angularjs and UI-Select: how to access $select from a component
How can we access to angular ui-select's $select from angular component?
The sample given on the documentation deals with directive, but I am not using directives I am using components.
I have ...
0
votes
2answers
33 views
Need to add multiple filter in angular ui select
Need to add multiple filter in angular uiselect2.
<div class="form-group ">
<ui-select id="abc" ng-model="abc" multiple theme="bootstrap" >
<ui-select-match placeholder="...
3
votes
1answer
215 views
UI select form property “touched” not set on first interaction
I'm trying to validate a multiple ui-select using ng-messages and angular 1.3. The $touched property is not being set on first interaction, i.e. click inside the select and then click outside. However,...
1
vote
1answer
17 views
How to prevent angular-ui-select default from being selected when tabbing over field
When tabbing over our angular-ui-select fields, the first value is chosen automatically, even though the user did not intend to select it.
I checked GitHub and see this issue, which seems to contain ...
1
vote
1answer
26 views
Angular ui-select multiple hide selected
Is it possible to hide some SELECTED items in ng-select multiple select?
I create event with multiple users, including myself. I want to keep myself on the list in model but I don't want to display ...
0
votes
0answers
33 views
programmatically set angularjs ui-select value/Text
I have a UI-Select with Fruits in it
the dropDown has FruitID and FruitName data and when i select a choice FruitName appears as SELECTED on dropdown.
My question is if i have a FruitID available how ...
0
votes
1answer
41 views
Reorder the selected items in AngularJS ui-select multiple
Is it possible to automatically reorder the selected items in AngularJS ui-select of type multiple?
Here is a code sample, there are more on ui-select github
<ui-select multiple ng-model="ctrl....
0
votes
2answers
114 views
ui select angularjs set maxlength for input value (ui select match)
I want an extra attribute just like "Placeholder" is passing from ui select match. I want to set maxlength of select input. I can set it through select.min.js adding attribute maxlength="" but i think ...
0
votes
0answers
6 views
Keep Android Keyboard Active Using AngularJS
I have used an angular module http://angular-ui.github.io/ui-select/.
The demo is http://brand2d.com/nicbbv_v10/#/
When accessing the page on android device, the keyboard pops up when the user is ...
0
votes
1answer
44 views
angularjs app not showing special characters in placeholder text in ui-select field
I have a multilingual angular app, and one of the languages has special characters, umlaut, for example. They are being shown fine on the labels, titles, headings, but not in placeholder text.
here is ...
1
vote
1answer
38 views
Make angular material select behave like angular ui select
I want to make angular material select work like my angular ui select. I got some of it working but there is one difference: angular ui select can have a object that it's not in his list in his ng-...
0
votes
0answers
25 views
How to show particular value selected in Angular UI- select dropdown box?
I have below code and I wan to keep on of the value to be auto selected when i open the form, below is my code.
<div class="form-group required">
...
1
vote
1answer
24 views
Unable to resize caret in bootstrap theme of angular-ui-select
I am attempting to modify the appearance of the caret (down arrow) on the right of an angular-ui-select. I have been able to make some changes to the caret (for instance, changing its color) by ...
0
votes
0answers
30 views
Ui-select is not working with more then one field on same html
I am using ui-select on two fields but not able to manipulate it because its showing first field blank even I checked value with data-model and that is showing there even if I am adding new value its ...
5
votes
4answers
3k views
Angular Bootstrap Ui-select
I am trying to use the ui-select directive in my angularjs but it is not displaying, i tried following the documentation and this is what i did:
<ui-select ng-model="form.gender" theme="bootstrap"...
0
votes
0answers
30 views
Angular ui-select2 “Add” button inside dropdown list
How can I insert a button inside the dropdown list in ui-select2? Tried to search but can't find any.
Sample image.
See ui-select2 documentation.
https://github.com/angular-ui/ui-select
0
votes
2answers
34 views
select2 values not changing on angular model changed
i am unable to change selected values inside select2 in my controller.
<select id="drptabselect" ng-model="selectedTab" class="form-control select2"
ng-options="x.Title for x in tabnames">
</...
0
votes
0answers
21 views
I have a lot of big ui-selects on one page and would like to add options on focus
My page has 50 orders, where each line contains the following ui-select. $scope.largeListOfBooks contains about 360 items.
So $scope.largeListOfBooks is loaded once on document load and should only ...
0
votes
1answer
89 views
can not set tabindex on angular ui-select
There is a angular ui-select dropdown on my web site. The angular ui-select is placed among other input fiedls(text boxes). Eventhough tabindex is set on the ui-select it is not working. the ui-select ...
1
vote
1answer
53 views
angular ui-select not loading big list in dropdown
Here is my json file of the cities of the world: google drive link.
and here is my html code:
<div class="form-group">
<label class="control-label">
CITY
</label>
...
2
votes
1answer
31 views
angularjs ui-select to capture the key only not the value in dropdown live search
I am filtering the dropdown menu by typing in the box, and capturing the key into my model. It is working fine! However, the problem is as I type, the selection is not being narrowed down. where is ...
1
vote
1answer
41 views
How to remove duplicate options from angular ui select?
Here is my angular ui select html:
<ui-select title="Select Template Directory" ng-change="searchTemplate()" theme="select2" ng-model="search_data.sub_directory" id="search_sub_directory" name="...
0
votes
0answers
38 views
Changing a class in real time
I have the following ui-select directive that uses a class abc. I need to make variable the min-width but since it's within a class I cannot use ng-style to change it. I cannot use ng-class either as ...
0
votes
0answers
46 views
Wrap ui-select in a directive
I want to use ui-select in my application by creating multiple directives so i don't replicate code when using the same element over and over again. I'm not having so much luck. Here is my dire
...
1
vote
1answer
69 views
ui-select show array elements as choices in drop down
I am using ui-select as follows.
<ui-select id="ItemId" ng-model="ctrl.ItemId" theme="bootstrap"
ng-disabled="ctrl.DownDisabled" required>
<ui-select-...
6
votes
1answer
72 views
How to not allow copy pasted values in ui-select in AngularJS
I have a dropdown list and a ui-select. on the basis of dropdown value ui-select values are binding. but if i am directly pasting that specific values into ui-select it is showing as selected.
how can ...
0
votes
3answers
2k views
how to block free text entering in angular ui-select
Lib link : https://github.com/angular-ui/ui-select
Is there any way to Block the user edit in multiSelect ?
I want to allow user to only clear the previously selected data ,
But how to block him ...
0
votes
1answer
89 views
ui-select change color on focus doesn't work
In this plunk I have a ui-select that allows multiple entries. I changed the border color to blue, and tried to change the color to red when ui-select gets the focus using .font-control:focus but that ...
0
votes
1answer
28 views
ui-select doesn't expand input field in multiple tags selection
In this plunk I have a ui-select with multiple tagging. It works fine - I couldn't replicate the problem in plunk. The problem in my application is that the bottom border doesn't expand when the tags ...
0
votes
0answers
128 views
angular ui select form validation
I am facing an issue with using the angular ui select in one of my works. Here is the use case:
If I focus on the select box pressing tab button, and then tab out of it, should validate.
If I click ...
6
votes
1answer
1k views
Angular UI Select remove item on click
I am using UI-Select, I noticed that clicking any of the tags makes them blue, which has no purpose for what I would like to do. I would like them removed if clicked. Upon inspection I noticed an 'x' ...
3
votes
5answers
2k views
Testing with protractor using ui-select
I am trying to test an ui-select with protractor. In this ui-select I have a list of countries.
My html looks like:
<ui-select ng-model="datiAnagrafici.countryOfBirth" name="countryOfBirth" theme="...
0
votes
0answers
27 views
Angular-ui Select bind to edit box with regex
I am trying to use angular-ui select with regular expressions. I want to group select options based on what is entered on edit box. Here is my basic setup.
var companies = [
{name:...
0
votes
1answer
59 views
UI-Select case Insensitive
Is there any way to ignore case between ng-model and select item ?
This issue i have is log.username was a input box instead a dropdown so old username have all different case.
Example:
log....
1
vote
1answer
80 views
Extend UI select controller (angular)
I'm trying to extend the ui-select (version 0.17.1) to make it refresh on click. There is this example here (https://jsfiddle.net/betonetotbo/0yfhe7pf/) that I've been using as a starting point.
I ...
1
vote
2answers
558 views
angularjs ui-select-choices dropdown aphabetical order depending on the input given
I'm using https://github.com/angular-ui/ui-select for the website I'm working on. Currently the code is as follows:
<ui-select ng-model="model.states">
<ui-select-match ...
1
vote
2answers
100 views
How to pass a callback to Angular directive that extends an existing directive?
I am using Angular ui-select to create a "search-and-select component". When the user types into the search field, it immediately filters a list of items as a free-text filter. Additionally, the ...
1
vote
2answers
1k views
angular ui - select: tagging without multiple - why isn't this working?
I use the following packages
$ bower list
bower check-new Checking for new versions of the project dependencies..
(...)
├── angular#1.3.15 (1.3.16-build.113+sha.3881831 available, latest is 1.4.0-...
0
votes
0answers
53 views
angular ui select prevent model removing
I'm trying to prevent an item to be removed in case if Backspace or delete was pressed. The thing is that user can actually remove current element in ui-select if ui-select got focus and user pressed ...
0
votes
1answer
212 views
ui-select input does not get focus on click : conflict with angular-touch
I have a problem on an AngularJS application that uses both ui-select and angular-touch.
On Safari, using a mobile device such as an iPad or an iPhone, when I click on the text input field of the ui-...
1
vote
1answer
109 views
Wrapping ui-select with angularjs custom directive
Yes, there are a couple of similar questions like this on SO, but none seem to address my issue (or work with recent versions of Angular 1.5.8 and Angular UI-Select 1.4.x).
The problem I'm having is ...
1
vote
1answer
54 views
Ui-select ng-model is not binded with selected
I am trying to do a simple drop down menu with a search in it.
I cant get the ng-model to be changed on this drop down.
this is what I have done, and as you can see its very simple (mostly copy paste ...
0
votes
0answers
54 views
Refresh Angularjs select-ui options list without a search input
I want to refresh the select-ui options list but without a input search, I mean I don't want to refresh the list dynamically with the user inputs in the search field.
What I want to do is that I ...
0
votes
3answers
93 views
Angular ui.select not binding to ng-model
I'm using angular ui.select and i'm having trouble with binding the selected value to a model. I am trying to set a variable of an object using ui.select ng-model="data". But for some reason it will ...
0
votes
1answer
42 views
associated Angular ui-select
I'm trying to make grouped ui-select, in fact each ui-select option depends on the previous one.
for example I have a list of levels in the first UI-select, and then depending on the first ui-select ...
1
vote
0answers
30 views
Valdr with UI-select required not updating
I am using ui-select with valdr. I used the following directive to patch the name attribute issue and the valdr for ui-select worked, but the when I change the ui-select value its not updating the ...
1
vote
0answers
20 views
Using angular-ui-select in the kendo ui grid
I am building an angular app and I am using the kendo ui grid in inline edit mode.
I have been looking for an example using the angular-ui-select in the kendo grid. But I only found an example using ...
1
vote
1answer
85 views
Entering in ui-select a value that is not in the list
In this plunk I have a ui-select with a list containing names. I need to allow the user to enter a name from the list or a name that is not in the list.
If I try to enter a name not in the list, ui-...
0
votes
1answer
229 views
Unable to get property 'length' of undefined or null reference at ctrl.getplaceholder in ui-select.js
Hello I am implementing ui-select angular directive for multiple auto complete. with angular version 1.2.18 it workes fine but when i used with angular 1.5.5 getting an Error like :
Unable to get ...
1
vote
1answer
211 views
How to repeat object properties in angular ui-select-choices?
I have an object as
{
key1: value1,
key2: value2
}
How will repeat this in ui-select-choices? I tried a few things but nothing worked as
<ui-select ng-model="selectedChoice" theme="...