Top "Html-select" questions

An HTML user interface element for choosing one or more option(s) from a finite collection of options.

create many DropDownListFor in foreach-loop

I want to create DropDownLists dynamically out of a List, which supplies the SelectList and a field where to save …

c# asp.net-mvc html.dropdownlistfor html-select
Angular select option with selected attribute not working

Using Angular 4, I have a html template and I want a selection box with two options. One of those options …

angular html-select angular2-ngmodel
Need listbox with multiple selection - in yii

I need listbox of multiple selection in yii, i have code of form area but its saving to database as …

yii html-select yii-chtml
How to hide optgroup label?

I need to get rid of labels in optgroups. From this: http://i.stack.imgur.com/Gn5e5.png Into …

html html-select optgroup
Set a select by option value with optgroups

We do business in the US and Canada, so on a registration form I have a select that has optgroups …

jquery html html-select optgroup
VBA innertext of the selected option for HTML dropdown list

Is there a way to select the innertext of the selected option for a webpages dropdown list? I was trying …

vba excel html-select innertext
MVC4: How to sort this selectlist/dropdownlist

I'm working with MVC4. I have this following dropdownlist/selectlist: @Html.DropDownList("EmployerID", String.Empty) ViewBag.EmployerID = new SelectList(db.…

asp.net-mvc html-select selectlist
populate select with datajson using React js

I'm trying to populate a select using React js, I'm using the example given on the react js docs(https://…

select reactjs html-select populate
Why is <INPUT> wider than I told it to be?

Given a <select> and an <input> element, both specified to be 200px wide: <!doctype html&…

html css html-select html-input
get text of item by values multiple select using jquery/javascript

I need to get text of item by values in multiple select box. I have tried this code but it …

javascript jquery html-select multiple-select