Top "Dropdown" questions

Dropdowns are toggleable, contextual overlays for displaying lists of links and more.

How to create Cascading Drop Down (Country and State list) In Angular 6

How to create Cascading Drop Down (Country and State list) In Angular 6. I want a fully country and there state …

angular dropdown angular6 cascading country-codes
Dropdown Menu for Materialize not working

So I've followed two different ways of creating a dropdown menu with Materialize CSS (using their documentation: https://materializecss.com/…

drop-down-menu materialize dropdown
Dynamic dropdown list with PHP & MYSQL

I have been trying to create a form with dynamic dropdown list fetching data from MYSQL. My database is fine …

php jquery html mysql dropdown
React Native Search Dropdown

I'm working on React native app. I'm looking for a searchable dropdown which I need to implement in many places. …

react-native dropdown
What's the purpose of dropdown-toggle class in bootstrap dropdowns?

Dropdown menus work perfectly with or without the dropdown-toggle bootstrap class being applied to <button> element,so why …

html twitter-bootstrap menu dropdown
bootstrap select not showing items

I am trying to use bootstrap-select in my python flask web page. Following is the code I currently have. <…

jquery twitter-bootstrap flask drop-down-menu dropdown
Set default value for dropdown button in flutter

I have a dropdown button which works fine, but when I try to set a default value it will fail …

flutter dropdown default-value dropdownbutton
PrimeNg p-dropdown Does not Display Array Values

I have component using PrimeNg p-dropdown. html code: <p-dropdown [style]="{'width':'150px'}" [options]="portNames" placeholder="Select a Port"&…

angular dropdown primeng
How do I get the Materialize select dropdown to work with React?

Adding the following template code provided by Materialize doesn't immediately work in a React component: <div class="input-field col …

javascript reactjs dropdown materialize
Nested dropdowns in materialize

Is it possible to make nested dropdowns in materialize? second dropdown should be on right side <a class='dropdown-button …

nested materialize dropdown