Top "Drop-down-menu" questions

A GUI element, similar to a combobox and a list box, which allows the user to choose one value from a list.

How to select/get drop down option in Selenium 2

I am converting my selenium 1 code to selenium 2 and can't find any easy way to select a label in a …

java selenium drop-down-menu selenium-webdriver
Change Select List Option background colour on hover

Is it possible to change the default background color of a select list option on hover? HTML: <select id="…

html css drop-down-menu
How to make a drop down list in yii2?

How to make a dropdown in yii2 using an activeform and a model? Since all the methods has changed in …

php drop-down-menu yii2
set dropdown value by text using jquery

I have a dropdown as: <select id="HowYouKnow" > <option value="1">FRIEND</option> <option …

jquery drop-down-menu
Android custom dropdown/popup menu

How do I do a custom dropdown/popup menu anchored to a button? I need it to work like the …

android drop-down-menu menu android-menu popupmenu
Blank HTML SELECT without blank item in dropdown list

How implement subj? when i write: <form> <select> <option value="0">aaaa</option> &…

html select drop-down-menu
Adding a slide effect to bootstrap dropdown

I'm using bootstrap, and I'd like to add animation to a dropdown. I want to add an animation to it, …

javascript drop-down-menu twitter-bootstrap
How to have a drop down <select> field in a rails form?

I am creating a scaffold - rails g scaffold Contact email:string email_provider:string but I want the email …

ruby-on-rails ruby-on-rails-3 drop-down-menu input selectlist
How to get selected value of a dropdown menu in ReactJS

I'm using react and I want to get the value of the selected option of a dropdown in react but …

javascript select drop-down-menu menu reactjs
How can I close a dropdown on click outside?

I would like to close my login menu dropdown when the user click anywhere outside of that dropdown, and I'd …

javascript drop-down-menu angular rxjs