Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
43 views

How to get the value from selected text by select combobox? Here is the aspx.cs code for bind combobox service.BindHTMLDropdownList(cmb_labelno, "tbl_StockRunning", "StockTagNo", &...
s.k.Soni's user avatar
  • 1,410
0 votes
2 answers
231 views

I am working on a workbook that has multiple sheets. There are a few columns that are Y/Ns. I was trying to pull entire rows from other sheets based off of a Y/N drop down list, so if I needed to know ...
joey's user avatar
  • 47
0 votes
1 answer
30 views

In React Bootstrap, how to make a submenu collapse when clicked any its item, without using added toggle JS handler? <Navbar collapseOnSelect className="bg-body-secondary" ...
porton's user avatar
  • 5,909
0 votes
1 answer
29 views

I am having issues with Video linking with select options looping. When the time of the video reaches it's video.currentTime, it changes the select value #chapters which in turn changes video....
Ben's user avatar
  • 59
0 votes
1 answer
128 views

I'm new on Flutter, and i'm trying to do a simple thing: have a selection list with multi choices. I'm a web developer and this is a native feature usually, but i discovered that's not the case in ...
user26585370's user avatar
0 votes
0 answers
71 views

I am currently teaching myself how to code and I have come across something difficult. I have a form with 1 button (btnCreateNew) and 1 ListBox (listBox1). My goal is to create a new ComboBox within ...
user4138475's user avatar
1 vote
0 answers
56 views

I am trying to generate a plot which has independent dropdown menus for both Y and Y2 axes. I am able to implement a dropdown for either the Y1 or Y2 axis when the other is static. I have also ...
mchen's user avatar
  • 71
-1 votes
1 answer
75 views

I am having trouble trying to automate selenium to go into the site settings and change the Insecure content drop down menu from blocked to allow. Every approach I take I get the error the element can ...
Ethan D's user avatar
1 vote
2 answers
787 views

I've got a Google Sheet with data (Columns A,B,C), a dropdown list (E) and source for this dropdown list (G) https://docs.google.com/spreadsheets/d/1XY5Nfwi-DtXIV7PMkhax_60EpX5puawmUF-fl2qvEqk/edit?...
Cyril's user avatar
  • 43
0 votes
0 answers
80 views

I am using the latest version of Bootstrap as of 2024 and I have this dropdown menu of the most recent items. I want the user to have the ability to pin items in this menu so that they won't get over-...
Virang Patel's user avatar
0 votes
1 answer
47 views

I have a rather crude spreadsheet that tracks simple monthly data with each month in a different column. I'm hoping to create a drop down list in cell B6 or C6 which allows the user to select the ...
Geoff De Ross's user avatar
0 votes
0 answers
159 views

HERE is the code I copied from w3schools.com to have a clickeable dropdown menu inside a navigation bar. It works okay in any desktop OS (I tried MacOS and Ubuntu) and any browser (I tried Safari and ...
dstonek's user avatar
  • 975
0 votes
0 answers
26 views

I use 2 dropdown lists to implement my requirement. I get the data from an endpoint and add 2 items to that data. I will change these data into dropdown lists. When I select the BLEDevice and Camera ...
Muhammed Didin's user avatar
0 votes
2 answers
65 views

When you move the cursor close to the right edge of "Projects", it starts flickering. :root { --light-gray: #979797; --dark-gray: #3D3D3D; --orange: #ff8400; --gray: #...
Maťo Valapka's user avatar
2 votes
1 answer
627 views

I want to completely remove dropdown menu's trailing icon. I added below code to remove it. DropdownMenu<ColorLabel>( trailingIcon: SizedBox.shrink(), selectedTrailingIcon: SizedBox....
ilmirfan's user avatar
0 votes
1 answer
319 views

I've been trying to find a solution for this problem to no avail. Is there a way in flutter (currently running version 3.22.2) to programatically close an opened DropdownMenu , ie. closing the ...
JeanPaul A.'s user avatar
  • 3,734
0 votes
0 answers
40 views

I have two connected listboxes. First listbox has list of divs with unique dropdownlist in it. I want have opportunity to select and change value in any of that dropdownlist and drag and drop one of ...
lcnw's user avatar
  • 117
0 votes
1 answer
119 views

DropdownSearch<ProductModel>( asyncItems: (String filter) => getData(filter), itemAsString: (ProductModel u) => u.name, onChanged: (ProductModel? data) { instcatname = data?.name;...
Ahamed habeeb's user avatar
0 votes
0 answers
128 views

I am using the code at the end of this message to enable multiple option selection from a drop down list in excel. The code works fine, but if I want it to apply to more than 1 cell, i need to ...
aT1's user avatar
  • 1
0 votes
2 answers
44 views

I have a menu with one dropdown item. However, I can't make it work so it open under the associated div item. Here's my code : .dropdown { position: relative; } .dropdown-content { display: ...
DouxDoux's user avatar
  • 145
0 votes
2 answers
44 views

Good day, I am trying to create a dropdown menu on my freshly new website but cannot find the reason as to why it does not appear. It should appear under "About" but when I click on it ...
mosaiic's user avatar
  • 19
0 votes
1 answer
95 views

I'm building a Dropdown Menu and I've got stuck with the CSS when trying to align the Sub-Menu-1 so that its centred on the main menu heading. See this image Ive gone round in circles and the only ...
Garreth's user avatar
  • 21
0 votes
1 answer
827 views

I recently created a custom dropdown component (code snippet below) following a YouTube tutorial. The dropdown works great but there is one big styling issue that I cant figure out. Whenever I click ...
EZ Days's user avatar
  • 11
0 votes
0 answers
12 views

I'm trying to set .hamburg-nav to display: block; using a checkbox with :checked. If I hard-code .hamburg-nav as display:block then it appears perfectly. If I click the checkbox, nothing appears to be ...
Kode Kraken's user avatar
0 votes
0 answers
36 views

Here I add a global function to change it, because I need them in the next case. But both things are not working. Widget form(String? num) { return Container( width: screenWidth*0.7, height: ...
Spydon's user avatar
  • 1