Top "Html-select" questions

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

How to Create Custom Dropdown Field Component with Redux-Form V6?

I've got an app that will be form-heavy, and I'd like as much control as possible, while using as few …

javascript reactjs html-select redux-form
Get selected option in Select2 event, when multiple options can be selected

How can I get hold on the <option> that was just selected when listening to the select2:select …

jquery-select2 html-select jquery-select2-4
What is the best way to create dropdownlists in MVC 4?

I want to know,What is a best way to create dropdownlists in MVC 4? With ViewBag or another approach?

asp.net-mvc-4 html.dropdownlistfor html-select viewdata viewbag
How to get a e.CommandArgument from a row in a gridview while using a dropdownlist inside it in asp.net c#?

recently I asked a similar question, which you can find in the link below Using Dropdownlist in a gridview Asp.…

c# asp.net gridview commandargument html-select
Save meta box data from selected dropdown list

I'm trying to save some data in WordPress database from a meta box. I've got a dropdown list to select …

php wordpress html-select meta-boxes
Select with optgroup in Symfony 2.0

In Symfony2, the select html component is rendered as a ChoiceType object, which is used indeed also for checkboxes and …

php forms symfony html-select optgroup
Semantic UI: Dropdown default/placeholder value issue

I'm working on creating a html form using 'Semantic UI' framework. While I'm using a normal select item for a …

javascript html-select semantic-ui
Select border color

I don't seem to be able to get rid of the border (outline, box-shadow?) against the select element in Opera …

html css html-select opera
Change event on <select>

With Mootools, if I attach a change event listener on a <select> how do I access the option …

javascript html-select mootools mootools-events
Populating an ASP.Net DropDownList using VB.Net coding in code-behind file

We have a DropDownList in the markup of an ASP.Net / VB.Net web form. We are wanting to populate …

asp.net vb.net populate html-select