Questions tagged [multiple-select]

401 questions
3
votes
3 answers

Android - setSelected in OnItemClick in ListView

I am trying to set item selected in OnItemClick event in ListView and it just wouldn't leave item selected. What am I doing wrong? lView.setOnItemClickListener(new OnItemClickListener() { @Override public void…
dropsOfJupiter
  • 6,763
  • 12
  • 47
  • 59
3
votes
2 answers

Multiple dependent select box on page jquery

Hello I'm trying to create form where are two or more same dependent select boxes. Problem is that I can choose from first select box and can't figure out how to choose from other(s). Can anyone help me with this. I can't select from third select…
tomas
  • 121
  • 1
  • 2
  • 11
3
votes
2 answers

Rails 4 nested form with has_many, through and multiple select

I have a problem with nested form and has_many relation. Bussiness case: there are laboratories and their suppliers. Suppliers can be shared between labs. Models class Lab < ActiveRecord::Base has_many :lab_suppliers has_many :suppliers,…
3
votes
0 answers

Angular Checkbox List multiple select

I've got a checkbox list that I am able to select multiple items at once by using the shift key (click/check an item, shift click/check another item and all items in between are checked). I've got that working (Y) Checkbox list multi select w/ shift…
Ed Sinek
  • 4,829
  • 10
  • 53
  • 81
3
votes
3 answers

Grails: Load data on one ComboBox depending on another

Let's say I have a combobox with the options GENERAL, AIR, GROUND, and SEA And then another combobox that loads certain…
randomizertech
  • 2,309
  • 15
  • 48
  • 85
3
votes
1 answer

Multiple select in materialize-css with angular2 not rendering dynamic values

I am using angular2-materialize with materialize-css to work with angular2. Everything works fine even the normal select component . the problem is with multiple select it doesn't render the dynamic values , I don't understand if its the issue with…
noobProgrammer
  • 2,884
  • 3
  • 17
  • 20
3
votes
2 answers

Select2 Allow re-selection of same value

I'm Using Select2 (v3.5.2) and trying to allow the user to select one or more values from a multiple dropdown. Imagine this simple pseudo html markup: