21,968 questions
0
votes
3
answers
29
views
How do I align these dropdown menus to the center?
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
What's Up At Pearson?
&...
-2
votes
1
answer
90
views
Refresh dynamic select box in JavaScript with Bootstrap 5 [closed]
Using bootstrap 5, I have the following html:
<select class="form-select">
<option hidden="hidden">17 kW</option>
<option>18 kW</option>
<option>...
0
votes
1
answer
65
views
Flutter Dropdown menu - Dropdown gets cut when page is scrolled a little
when i open upper dropdown, when it goes over other dropdown menu it hides behind.
I am Using a dropdown menu, this issue only arrises when i use two dropdown menu together in a column.
it only does ...
0
votes
2
answers
55
views
I am facing an issue while clicking on the dropdown element
I am trying to access data from the "https://www.nseindia.com/report-detail/eq_security" but once I enter a symbol for example "INFY", I have to select the stock from the dropdown. ...
-1
votes
1
answer
73
views
Clear cells in a table if they match a drop down selection
I'm trying to write an Apps Script that will remove data if it matches that selected from a drop-down.
So far, I've only had success in clearing the actual drop-down and not the range.
I'm looking to ...
0
votes
1
answer
33
views
I want nested Multi select dropdown in Mudblazor
☐ SaaS
☐ OnPrem Options
☐ Cloud
☐ Hybrid
☐ Other
My select dropdown contains parent options - SaaS ,On Prem and Other and My OnPrem contains 2 child options Cloud and Hybrid. On ...
0
votes
1
answer
38
views
How to set up multiple Drop-down menu that can autofill or auto populate in Bluebeam Revu
I've been trying to add a dropdown menu in bluebeam that can autofill when an option is selected. I found this old answer and it worked perfeclty for the first dropdown menu. But if I want to add a ...
1
vote
1
answer
72
views
Tailwind navbar with nested sub menus
Following the below tutorial I can see how to use a Tailwind navbar to code a menu, with a single sub-menu:
https://webcrunch.com/posts/code-a-mega-menu-with-tailwind-css
Link to example via CodePen ...
0
votes
1
answer
29
views
Jquery click event is not working in the mobile browsers and Google Chrome
I have some jQuery code to handle dropdown menu for mobile. It work fine on the Firefox but not in Chrome and mobile.
My website is https://excelwebdesign.ie, the code is already listened but it do ...
2
votes
2
answers
49
views
Dropdown items overflowing container
I'm fairly new to html and css and I'm trying to make a website on neocities for a personal project. I'm working on the navbar and the dropdown links keep overflowing the background container, making ...
0
votes
1
answer
12
views
How to make choices of magicgui's `ComboBox` dependent on current value of other `ComboBox`?
I want to create a magicgui widget that contains two ComboBox widgets. The choices of the second ComboBox should depend on the current value of the first ComboBox. How can I accomplish that?
I know ...
0
votes
1
answer
48
views
Excel Data Validation List - Different display data to result data
I'm not sure if Excel can do this, but here is hoping! I have data that looks like this:
A column with Full Names and a column with Initials
What I am wanting to do is have a dropdown list, where the ...
0
votes
1
answer
29
views
Flutter DropdownMenu doesn't update with user input in search field
Problem:
I'm using DropdownMenu in Flutter with enableSearch: true, and I want to filter the dropdown options based on the user's input in the search field. However, when I type, the keyboard appears, ...
0
votes
0
answers
27
views
For an altair line chart, can you order values in a tooltip by values of a second variable?
I have created a line chart in Altair to visualise percentages (VALUE) by month (DATE) for a number of countries (COUNTRY). This chart also has two dropdown menus, which control the measure shown (...
-1
votes
1
answer
57
views
How i can set a dropdown menu item dialog width?
DropdownButtonFormField(
items: businessType
.map((businessType) => DropdownMenuItem(
value: businessType,
child: SizedBox(
...