Top "Html-select" questions

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

How can I get new selection in "select" in Angular 2?

I am using Angular 2 (TypeScript). I want to do something with the new selection, but what I get in onChange() …

angular typescript html-select
Change select box option background color

I have a select box and I'm trying to change the background color of the options when the select box …

html css html-select background-color
How to use Checkbox inside Select Option

The client has given me a design which has a Select Option menu containing a checkbox together with the item …

javascript html css html-select
How to remove the default arrow icon from a dropdown list (select element)?

I want to remove the dropdown arrow from a HTML <select> element. For example: <select style="width:30…

html css drop-down-menu html-select
Check if option is selected with jQuery, if not select a default

Using jQuery, how do you check if there is an option selected in a select menu, and if not, assign …

javascript jquery forms dom html-select
jQuery get selected option value (not the text, but the attribute 'value')

Okay, I have this code: <select name="selector" id="selector"> <option value="1">Option 1</option> &…

jquery html html-select
How to have a default option in Angular.js select box

I have searched Google and can't find anything on this. I have this code. <select ng-model="somethingHere" ng-options="option.…

javascript angularjs html-select
How do I change an HTML selected option using JavaScript?

I have option menu like this: <form name="AddAndEdit"> <select name="list" id="personlist"> <option …

javascript html-select
jQuery remove options from select

I have a page with 5 selects that all have a class name 'ct'. I need to remove the option with …

javascript jquery html-select
How can change width of dropdown list?

I have a listbox and I want to decrease its width. Here is my code: <select name="wgtmsr" id="…

html css list drop-down-menu html-select