ui-select Questions
13
Solved
I am facing an issue with the anular-ui-bootstrap modal directive.
Am using the angular's ui-select component in my app as a replacement for the html select. This ui-select is working fine in any p...
Aleutian asked 27/4, 2015 at 10:40
6
We are moving our existing angular1 project to angular2 and want to replace the existing ui-select component.
I have googled, but couldn't find the ui-select version for angular2.
Has anyone fou...
3
Solved
THE SITUATION:
I am making an angular app where I have to use ui-select: in the user info page, in the select have to be possible to choose one or many tag.
It is almost working, except from the f...
Sundew asked 22/10, 2014 at 11:45
3
Solved
I am trying to add a new select every time a button is clicked,
The html:
<div ng-repeat = "select in selects track by $index">
<ui-select ng-model="selects[$index]" theme="select2" ng...
Affiance asked 3/4, 2015 at 7:45
3
Solved
I use angular-ui-select with a list of ~1500 items in bootstrap modal window.
There is a delay of 2 seconds for every action the user does.
I tried to improve performance by by using 'minimum-inpu...
Alagez asked 28/6, 2016 at 13:25
5
Solved
I am using a select box from ui-select. All is working fine, but I want to allow manually entered text and do not want to restrict the user from the values available in the list. If I type in text ...
4
Solved
Anyone know how to clear the selected value of an ui-select box in angular?
I want the functionality of select2 where you have a small x in the selectbox. Doesn't look like it's got the allow-clea...
6
Solved
I'm using ui-select (https://github.com/angular-ui/ui-select).
ui-select support us to Search, Select, and Multi-select. But how can I get the value users typed in ui-select search box? I want to ...
2
THE SITUATION
Hello guys! I am using Angular ui-select for my app in order to select users from a database. Using Tagging is possible to enter a new entry in the event the user is not present in t...
Mu asked 2/4, 2015 at 7:13
2
Is it possible and how to make my ui-select readonly?
Of course I've tried ng-readonly="isReadOnly" where I define in my controller $scope.isReadOnly=false;
And of course I want to calculate it "in...
1
Solved
In ui-select muliple mode, selected choices are removed(checked in source code too) from the choices list but I just need that selected choices to be disabled, like below, instead of being removed....
Solubility asked 18/2, 2016 at 6:41
4
Solved
$scope.property = new Property();
$scope.property.propertyType = {};
$scope.propertyTypes = [
{ value: 'ResidentialPlot', name: 'Residential Plot' },
{ value: 'CommercialPlot', name: 'Commercial...
1
I am using ui-select library for "Tagging" feature.
I am using Array of objects, in which, each object has id and name. It is working correctly.
If I type non-existent tag it creates new one, whi...
Myotonia asked 8/10, 2016 at 16:29
3
Solved
I need to remove focus from ui-select input once the user has selected an option using mouse click and on enter start searching. Now what happens is that the focus is still there on select and as a...
1
Solved
Suppose I have the following (very basic) code for a ui-select
<ui-select ng-model="vm.selected">
<ui-select-match>
<span ng-bind="$select.selected.label"></span>
</u...
Dogooder asked 14/3, 2017 at 20:12
4
Solved
I ran into this problem, and I don't know how to solve it. I have used a ui-select multiselect in my page. First, a http.get request is made to a url which gets the data, then the ui-select choices...
Certainty asked 14/7, 2015 at 11:43
2
Solved
I am trying to use an add button inside the options, but the problem is that ng-click fires but the option is not selected.
<ui-select ng-model="datactrl.newservice.selected" theme="selectize"...
4
Solved
THE SITUATION:
I have an angular app that send emails.
There is a form with three fields:
Address - Subject - Text.
For the address field I am using angular ui-select.
Everything is working fine...
Melanosis asked 1/12, 2014 at 8:50
2
Im trying to find ways to apply custom CSS to only one of the selected items in UISelect Multiple.
<ui-select id="productSelect" class="form-control" multiple ng-model="contractsHeader.ProductL...
1
I have a ui-select-match element, and when opening the element and hovering (highlighting) over a row I need a tooltip to show the full content of the row in case of text overflow that is cut off b...
3
Solved
I am using angular-ui-select within a website where the styled select fields are configured with an own tag named ui-select. This works great, but doing a W3C validation leads to this error:
Ele...
Carolinecarolingian asked 13/2, 2015 at 20:52
2
Solved
I'm trying to add the multiple attribute to a ui-select directive based on the value of a certain property using the ng-attr- directive. Unfortunately, that's not working for me. I've setup a plunk...
Footpace asked 7/8, 2015 at 7:44
2
Solved
I am using angular-ui ui-select directive inside my cusom directive called timezone. The problem is that the surrounding controller's model object is not updated when a timezone is selected from th...
Phoenician asked 9/7, 2015 at 9:22
3
Solved
I'm a beginner to AngularJS. I have an app which makes an API call to get a nested list of car makes, models and years. I've created three ui-select elements to display the results of the call, sta...
1
Solved
I am trying to use the ui-select and the component is cleaning my array.
Example:
{{ vm.staff_hotels }}
<ui-select multiple ng-model="x" theme="bootstrap">
<ui-select-match placeholder=...
Blatt asked 20/5, 2015 at 11:31
1 Next >
© 2022 - 2024 — McMap. All rights reserved.