ui-select2 Questions

2

Solved

I am using ui-select2 and trying to open new page on click of edit button. I am seeing some strange issue. First time when I am opening the new page it is opening fine, but when I am cancelling it ...
Tevere asked 5/8, 2016 at 20:18

2

I'm trying to use select2 with a dataset of 5,000. The interaction is slow, especially the search. I will need to handle datasets of >500,000 sometime in the near future. Any suggestions on how t...
Saline asked 18/10, 2014 at 22:48

9

I'm trying to achieve something very straightforward: <ui-select multiple ng-model="company.stack" theme="bootstrap"> <ui-select-match>{$$item.name$}</ui-select-match> <ui-s...
Fronia asked 19/9, 2014 at 15:11

16

Solved

I'm using Oleg's select2 demo, but I am wondering whether it would be possible to change the currently selected value in the dropdown menu. For example, if the four values loaded were: "Any", "Fru...
Postaxial asked 28/10, 2013 at 16:20

2

Solved

i have an angular 5 project with bootstrap. in one of my component html i have a select box. when i click on it a list of drop down items are displayed and i can choose one . however i want the use...
Tieratierce asked 4/4, 2019 at 15:9

3

Solved

I have a simple select2 init which I want to be disabled by default without chaining a .select2("enable", false) afterwards. HTML: <input type='hidden' value="192" data-init-text='Bla bla' na...

5

Solved

I noticed that the Angular-UI have discontinued their UI-Select2 directive in favor of the new UI-Select (with multiple themes - select2, bootstrap, selectize). It looks like this: <ui-select ...

1

Good afternoon! I'm trying to use UI-Select to populate the form, associated with model. Model data is received from server using the controller in the following way: <form action="index.php" ...
Montague asked 15/3, 2015 at 12:40

1

Solved

I am using angular ui-select for drop down. How can I set a default value for the drop down value? <h3>Selectize theme</h3> <p>Selected: {{country.selected}}</p> <ui-...
Doublestop asked 7/10, 2015 at 3:2

5

Solved

I have a partial with a select2 element utilizing Angular UI http://angular-ui.github.io/ The issue I am running into is that the element is required and although i have successfully set the field...
Ilsa asked 20/8, 2013 at 16:49

1

I'm using UI-Select 0.8.4 and have a large data set. Then I'm using UI-Select to display property values in a dropdown beside the data set. I'm using that for filters. So when choosing from the dro...

2

I've recently upgraded from angular 1.1.4 up to 1.2.9, and grabbed the latest ui-select2 directive and the latest select2 component. My select2s in tag mode have stopped working. The options list a...
1

© 2022 - 2024 — McMap. All rights reserved.