Skip to main content

Questions tagged [drop-down-menu]

A GUI element, similar to a combobox and a list box, which allows the user to choose one value from a list. When a drop-down list is inactive, it displays a single value. When activated, it displays (drops down) a list of values, from which the user may select one.

-1 votes
0 answers
11 views

Dynamically populating drop-down variable

I am creating new Octopus Job. Created few required variables (prompt user for some input or selection of static values). But I also need a variable of drop-down type that cannot be populated prior ...
pegabgd63's user avatar
0 votes
0 answers
13 views

How to add a user to a ticket using UserSelectMenuBuilder

I managed to create a UserSelectMenuBuilder but I don't know how to make it so that when an interaction occurs (so a user is selected) I can make the channel visible to him and make him write Can ...
Marco Rossetto's user avatar
0 votes
0 answers
29 views

Depended dropdown with extra nested if statement

I have the following code, that works, for a depended dropdown menu. Right now it does: IF column 5 <> "", then put depended dropdown of that name in column 6. And if column 6 <> ...
Jody's user avatar
  • 1
-1 votes
0 answers
20 views

Accessing Aria Labels and Drop Down Menu Selection - Selenium Python

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
0 votes
0 answers
39 views

Bootstrap 5 navbar dropdown with submenu and hyperlink

In my bootstrap navbar the dropdown have submenus and the submenus also have submenus along with hyperlink. When I am using in desktop the dropdown is showing the submenus on hover but in mobile it ...
Baby Babai's user avatar
-1 votes
0 answers
56 views

How to get an object of value from dropdown menu instead of a string? [closed]

Running the code I have a string but I need an object. Any way to do that? <!-- language: lang-html --> <select name="plates" id="degrees"> <option ...
Igor's user avatar
  • 1
0 votes
0 answers
24 views

export pages form to pdf and include select value

I am working with Angular 17 and firebase, and I have a form report that the client wants to export to PDF. The problem is that I have some select elements on my pages, and when I convert it, it is ...
sacha baranes's user avatar
1 vote
1 answer
31 views

Multiple Dropdown Boxes

I'm trying to build a form similar to the one below (I changed the content for privacy), and I cannot figure out how to build this without the separate dropdown boxes canceling each other out. I'm ...
Jake Hembree's user avatar
0 votes
2 answers
59 views

Need to make a Query in Google Sheets from a multiple dropdown list into a cell containing coma separated values

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
  • 25
0 votes
1 answer
57 views

MAUI DropDown/Select

How do I create a similar DropDown/Select in MAUI. Any possible examples? I just need to make a tooltip for data validation so that it is displayed on top of all elements of type like in HTML position:...
Taras's user avatar
  • 1
0 votes
0 answers
18 views

How to pin items in DropDown List Bootstrap?

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
19 views

BS4 and requests only finding and scraping first listed item in dropdown list

I have a scraper that I have written to fetch some data from 2 different URLS. The only difference between the two pages is that one has a dropdown list of menus while the other does not. The scraper ...
Tendekai Muchenje's user avatar
0 votes
1 answer
28 views

Trying to create a drop down list that is able to filter out all other columns base on selection (calendar months)

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
1 answer
37 views

Button behind select is clicked too (with Shadcn)

I have built a form where users have a select drop-down from which they can pick a product category. I am using a select from Shadcn. When I open the select and pick a category, it fires the button ...
Detla888's user avatar
0 votes
0 answers
36 views

Dropdown menu inside a navigation bar doesn't work as expected in Apple touchscreen devices and some browsers

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
  • 955

15 30 50 per page
1
2 3 4 5
1468