drop-down-menu Questions
4
Solved
I have a Materialize Multiple Select element. But I can't seem to find a way to retrieve the selected values. Does anybody know how you can retrieve the selected values?
Here's the look when you s...
Termite asked 17/11, 2015 at 14:59
2
Solved
I have 2 objects in my project: a company and an user. I have a form where the user can update his profile. One of the things he can update is the country. Now to show the countries I use a dropdow...
Aciniform asked 17/5, 2016 at 7:21
4
Solved
I'm having a datagridview with combobox column in it. This column is databound. I want to set the width of the dropdown list as per the largest item width in the list. For a normal combobox to achi...
Trueblue asked 11/10, 2010 at 11:18
7
Solved
My menu item become bigger so that I want group them and make a line divider to separate each group.
What should I do now ?
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xm...
Forsworn asked 1/12, 2015 at 2:20
2
Solved
In my Django template, I am using the list of objects in a drop down menu. I am processing it based on the selection.
The HTML Template:
<select id="org" name="org_list" onChange="redirectUrl...
Soppy asked 5/12, 2011 at 18:15
3
Solved
I have made a dropdown menu using Material-ui Menu component.
The problem is once that dropdown menu is open, the body scrollbar disappears and can not scroll over the page.
I tried to find answers...
Concernment asked 5/9, 2021 at 17:27
4
Solved
During page load, index 0 was already selected. Then this code statement selected index 1:
dropDownList.Items.FindByValue(myValue).Selected = true;
// assume myValue is found at index 1 of dropDo...
Walter asked 21/10, 2009 at 20:45
2
Solved
I created Browser.inputBox which accepts only a single text. However I need to make a drop down list where I can choose from the list instead of typing the string myself.
A screenshot of the inpu...
Adamina asked 2/10, 2015 at 8:1
4
Solved
This tutorial explains how to use the :hover pseudo-class to style HTML elements on hover and how to how create a dropdown when hovering over a particular element in pure CSS (without using any Jav...
Rhomb asked 29/6, 2017 at 18:32
34
Solved
I can't make bootstrap dropdown to work.
Here is my html for nav:
<ul class='nav'>
<li class='active'>Home</li>
<li class='dropdown'>
<a class="dropdown-toggle" data...
Tee asked 17/9, 2012 at 11:46
10
I need a select tag in html page.A dropdown to select a specific
country from all coutries.
Steinberg asked 20/11, 2018 at 7:16
24
Solved
I am trying to create a dropdown button in Flutter. I am getting a List from my database then I pass the list to my dropdownButton everything works the data is shown as intended but when I choose a...
Saxe asked 3/3, 2020 at 15:6
7
Solved
I attempt to disable my specific bootstrap select option using javascript.
I know how to disable "normal select option", but when using bootstrap select it just didnt works (its disabled/greyed bu...
Koren asked 23/2, 2017 at 1:55
1
Solved
I am using shadnui and trying to do something very simple > make the user choose from a list of 1 to 6. I want to update the state when the user selects a number.
I found this thread Shadcn ui s...
Polysyllabic asked 13/4 at 18:59
2
Solved
I'm a Shadcn ui and React newbie, please tell me why the value of branch and year state variables won't update. I'm not using zod or react-hook-form.
import React, { useState } from "react&quo...
Grivation asked 22/3 at 16:37
24
Solved
Here's my HTML:
<select id="ddlProducts" name="ddProducts">
<option>Product1 : Electronics </option>
<option>Product2 : Sports </option>
</select>
...
Bereft asked 26/8, 2011 at 18:2
14
I was wondering if maybe there was some already built in function for rails so that it would create a select drop down list with all the U.S. states so I wouldn't have to enter it manually. I searc...
Chalfant asked 19/6, 2011 at 1:31
16
Solved
I want to remove the dropdown arrow from a HTML <select> element. For example:
<select style="width:30px;-webkit-appearance: none;">
<option>2000</option>
<option>2...
Photoluminescence asked 17/5, 2013 at 7:44
4
Solved
I'm got a model Lead which has a field Status which consists of multiple values via an enum.
enum status: { open: 0, closed: 1, qualified: 2, rejected: 3 }
I'm trying to create a select-field (i...
Machicolation asked 7/6, 2016 at 8:25
3
Solved
I have a dropdown menu and I cannot figure out how to make a javascript function select a drop down menu option. I have tested the output of the variables and they are all correct, but it still wil...
Delvalle asked 15/4, 2011 at 14:26
2
I have a large shiny app with a lot of DTs. One of these DTs is dynamic and takes input from another DT through user interaction. When a row is added, two drop down lists are created inside. These ...
Sister asked 30/1 at 17:59
4
I'm attempting to reduce the height of a Dropdown menu, I have tried in this way:
SizedBox(
height: 30,
child: Container(
decoration: BoxDecoration(color: Colors.white),
child: DropdownMenu<...
Rambert asked 25/9, 2023 at 15:33
7
Solved
I use mat-menu of Angular Material with different mat-menu-item and I would like the list of menu items to be the same size as the button.
That's what I have:
And what I wish:
I tried to cha...
Calcine asked 23/1, 2019 at 8:51
24
Solved
I have a list of locations that i want to implement as a dropdown list in Flutter. Im pretty new to the language. Here's what i have done.
new DropdownButton(
value: _selectedLocation,
onChanged...
Blowzy asked 14/3, 2018 at 8:46
3
I am attempting to use the NbgDropdown in an app and I get the following error:
NullInjectorError: No provider for NgbDropdown!
My app.module file looks as follows:
import { NgbModule } from '@n...
Sabo asked 21/2, 2019 at 20:50
1 Next >
© 2022 - 2024 — McMap. All rights reserved.