multiple-select Questions
6
The Google Spreadsheet looks like can only select one value in the dropdown list.
Is there any way to select multiple values from a dropdown list in google spreadsheet?
Tyndareus asked 29/4, 2014 at 15:43
10
Solved
I have a multiple select:
<select name='strings' id="strings" multiple style="width:100px;">
<option value="Test">Test</option>
<option value="Prof">Prof</option>
...
Wigley asked 16/5, 2013 at 8:48
7
Solved
I'm beginner in Django/Python and I need to create a multiple select form. I know it's easy but I can't find any example. I know how to create a CharField with a widget but I get confused of all th...
Weis asked 13/3, 2013 at 18:7
2
$('.excludeDaysPicker').selectpicker();
I have bootstrap selectpicker with 'multiple' choose option enabled.
<select class="excludeDaysPicker" multiple title="Not Selected">
<option val...
Oba asked 6/11, 2015 at 16:42
3
Solved
I have a multiple select on my page, and I have an option disabled so that the user can't unselect them, but I can't work out how to get the value of the disabled option.
My code so far
// Get se...
Aeroballistics asked 9/9, 2014 at 0:11
2
Solved
I want to get a custom attribute value from multiple select.
Here is my HTML code:
<select multiple name="tax[]" id="tax_classes" onChange="getSelectedOptions(this)"...
Priscillaprise asked 28/10, 2019 at 9:33
1
Solved
I am using Material UI Multiple Select based on documentation example. I need to save id of the selected option and show name, so I render object. When I used example from documentation with placeh...
Synthesis asked 25/4, 2019 at 16:47
10
Solved
I'm using the chosen.js plugin http://harvesthq.github.com/chosen/ with jQuery to allow the user to select multiple options from a select. However, I now want to be able to let them create values t...
Mastic asked 12/9, 2011 at 8:41
4
Solved
There seems to be a problem with the JS Code for Opera browsers, as it only removes the last option tag that is selected within a multiple select tag, can someone please help me.
Here is the HTML f...
Herminahermine asked 12/6, 2010 at 4:38
2
Solved
I've two select option, class and class_attr.
class has 2 options: A and B
class_attr has many options: aa, bb, cc, dd, ee, ...
How do I implement if the user chooses A, the chosen max_selected i...
Moneymaking asked 13/8, 2013 at 17:24
2
Solved
I'm using the select2 jQuery plugin on a <select> with multiple="multiple". I need to add values to the selected list (i.e. not to all the options, but to the selected options, without adding...
Suture asked 4/6, 2013 at 10:1
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
5
Solved
I created a new attribute (multiple select) with some values, everything works fine but when I want to delete all the selected values for a product, I get the message "The product attribute has bee...
Swift asked 10/2, 2012 at 10:59
2
Solved
I have a list from DB which is displayed in select multiple tags:
<select multiple="multiple" id="list" name="color">
<option value="1">Red</option>
<option value="2"&...
Detonation asked 6/12, 2016 at 17:0
1
I have a NSTableView that shows some images and a text in every row. I enabled multiple Selection for NSTableView. And I enabled Drag&Drop for TableView to sort or export the images.
It now hap...
Incidence asked 8/11, 2014 at 9:33
2
Solved
I have a Django application and want to display multiple choice checkboxes in an Django's admin interface. I do not want to create a separate model for my choices by using a ManyToManyField.
model...
Lakeishalakeland asked 26/11, 2014 at 0:5
4
Solved
This one is driving me nuts. It’s got to be something simple and stupid that I am overlooking.
I have a multiple select box in a form. I am just trying to get the values that are selected. In my l...
Gypsum asked 16/3, 2011 at 18:31
4
Solved
Cells not getting selected in UITableView with allowsMultipleSelectionDuringEditing set in edit mode
I have a UITableView that is configured to allow multiple cells to be selected in edit mode. However, the empty white circles on the left never change to red circles with the white checkmarks insid...
Perfectionist asked 3/10, 2012 at 12:8
1
Solved
Im trying to save multiple selected values form a multiple select field generated by the rails helper select.
<div class="form-group">
<%= f.label :available_type, "Available in categor...
Endurant asked 7/1, 2014 at 9:59
2
Solved
I need to get text of item by values in multiple select box.
I have tried this code but it give me overall selected text with no separation or spacing.
if ($("#<%=ddlSubject.ClientID %>").va...
Glottic asked 15/11, 2013 at 14:19
3
I have a ListView with a custom adapter. The ListView allows multiple select, but somehow it's not recognising when an item is selected.
I've already made the adapter items extend Checkable, but s...
Davao asked 29/9, 2010 at 20:36
3
When rendering the page, the val() of a multiple select is set with a single value. For example, $("#my_select_box").val(1);
Then the user selects an additional value in the multiple select box.
...
Austen asked 23/8, 2011 at 0:43
12
Solved
For the iPhone, is it possible to configure a UITableView such that it will allow multiple-selection?
I've tried overriding -setSelected:animated: for each UITableViewCell, but trying to fudge the...
Housum asked 21/11, 2008 at 6:57
4
Solved
I needed to have:
A html <select> box showing as a vertically expanded box (not a Dropdown). So i set it as multiple.
Then it is showing correctly as:
<select id="gagaga" multi...
Mohandas asked 4/1, 2013 at 10:53
1
Solved
I have a multiple select-list-box for Staff in Create-Service-Form, used to select multiple staff when creating a new service. for this i can assign multiple staff on a single service.
I saved sta...
Gingery asked 2/7, 2012 at 12:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.