Dropdowns are toggleable, contextual overlays for displaying lists of links and more.
Questions tagged [dropdown]
6384 questions
1
vote
2 answers
Hot to get id and name from dropdown in angular 4?
In angular 4
.ts i want to use both accounts.Id and accounts.Name from dropdown. can it be possible?

UKMANDAL
- 15
- 1
- 2
- 10
1
vote
3 answers
PrimeNG 6 dropdown not correctly showed
I migrated to PrimeNG 6.1.7 and I've a problem with p-dropdown.
This is my code import in app.module (taken from a simple example):
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import {…

bigskull
- 541
- 2
- 18
- 28
1
vote
2 answers
How to populate a dropdown list with a locally stored JSON file
Below is my JSON File , I am using Laravel and also i'm wondering where is the correct practice to store my json file.
{
"people": [
"john",
"jim",
"mark"
]
}
What I am currently looking to achieve is populate a dropdown…

John
- 171
- 3
- 19
1
vote
0 answers
JavaScript object to handle drop-downs for date picker (three different dropdowns)
I am trying to get an object / array of DAY / MONTH / YEAR (in numbers) from 1900/01/01 for a Date of Birth selector.
Due to the designs, this needs to be selectable from 3 separate dropdown menus, DAY / MONTH / YEAR. The only way I have found…

James Lock
- 185
- 3
- 10
1
vote
1 answer
bootstrap dropdown as select in vue.js
I need to listen changes in bootstrap dropdown element (button)
1
vote
1 answer
How to filter and remove duplicate JSON List?
I have a local JSON file as shown below and I load it into my flutter project using "await rootBundle.loadString(****)". I decoded to map as "Map _mapCompany = jsonDecode(jsonComapany)" than later assign map to list as "_tmpCompany =…

Nick
- 4,163
- 13
- 38
- 63
1
vote
2 answers
Wicket DropDownChoice selected value
I am trying to get the Id of my selected choice on a DropDownChoice but I get an error..
I know that when I choose a value I just update the model and not the object (reflection).
I expected to get all the values of object "User" through…
user10376560
1
vote
1 answer
Data-driven dropdown menu Katalon Automation Recorder
I'm trying to automate click with Selenium IDE. I was trying to figure out if I can use the "Select" command, but it didn't work.
I would like to click on the value on the dropdown that I put in my CSV file. Like I want a specific value of the…

Toananas
- 11
- 3
1
vote
1 answer
How to display Picker.Item label with Dynamic values in array in react native
how can I pick 'label' of 'Picker.Item' from an array.
i have my picker code as follows:
this.setState({…

Fahad
- 175
- 2
- 6
- 18
1
vote
1 answer
How to load Flutter dropdown button based on json query?
In my flutter app I need to create 3 dropdown button. I have local Json file that has list of companies in different countries.
Queries:
First dropdown button loads the company names (bAd).
Second dropdown button loads the company branches…

Nick
- 4,163
- 13
- 38
- 63
1
vote
0 answers
Dropdown displaying top and not in the bottom in Firefox
I am using Bootstrap 4 Cards and the framework select2. I have a basic dropdown select inside a card-body but this, display to the top in Firefox. However, works fine in Google Chrome. I cant understand why. How can I make to display bottom without…

Roberto García
- 115
- 1
- 11
1
vote
3 answers
Angular 7 ngIf materialize dropdown
I have a dropdown in angular with materialize and it works fine, but if I add for example *ngIf directive in a link dropdown-trigger, ul.dropdown-content class doesn't show anymore. Please help me what should I do to open the dropdown when I click…

Web Convert
- 21
- 4
1
vote
2 answers
Dropdown list using Javascript
How does one create a dropdown list only using JS?
Example I have my HTML, I know for dropdown list in HTML you use select and option tags but if I were not to change any HTML elements and only use Javascript and link the html in it to create a…

ahlie94
- 171
- 11
1
vote
1 answer
How to transfer data into different sheet in same workbook (using ComboBox1) in user form?
The user @K.Davis provided the code for date not entering in the sheet (problem solved!) on my request he provided the code to use combobox from the user form to select in which sheet the data will be entered. But I'm sure I'm not doing it right and…

M T
- 59
- 6
1
vote
2 answers
Why is this happening only on ipad? jQuery reveal dropdown happening twice
I have a dropdown which is dynamic so the height should match the content and remain responsive.
It works on everything except ipads (tested on ipad 2 and 3), chrome and safari exhibit same behavior on it. I don't think its a double click…

B Boy
- 11
- 3