Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
1 vote
1 answer
79 views

I'm currently in a Coding class and I'm making an app for a project. We have to insert Datasets into our app. The problem I am experiencing is that when I use my dropdown menu for options in my ...
Melina Nichols's user avatar
2 votes
1 answer
71 views

Image of navbar. So I'm making a navbar for my class, but the dropdown isn't connecting, and it disappears the moment I move to click. If I tab, I can hit Enter to go to the pages. I tried creating a ...
Adron Duell's user avatar
2 votes
1 answer
67 views

Say you have a dropdown menu called 'Weight', In that dropdown menu, the weights listed are 1kg, 2kg, 5kg, etc. If I click a weight, I want the dropdown menu to be called 'Weight: ...kg' How do I do ...
Thijs Italiaander's user avatar
2 votes
1 answer
98 views

I have a custom component wrapper around a react-select, but I've also noticed this same behavior in the react-select by itself as well. The behavior occurs when using react-select whenever the React ...
Carter Smith's user avatar
0 votes
0 answers
108 views

I see that discord have released the new modal components to enable select menus in modals and the documentation for discord.js version 14.22.1 seems to indicate that they are live with the update ...
UnsureCoding's user avatar
0 votes
1 answer
84 views

I am trying to create a select dropdown where a user selects multiple days of the week and it filters the table to show only the rows that are selected for those days of the week. The filter is called ...
developer8492's user avatar
2 votes
1 answer
77 views

In Flutter, a DropdownMenuEntry can be disabled with enabled: false option. I have such disabled entries in my menu, and I don't know how to make user aware that such an option is selected. Disabled ...
nobody's user avatar
  • 228
0 votes
0 answers
56 views

I want to make a common dropdown for two TextField. I have manage to do something like following. But there is a problem with focusing. When I click again on the second TextField to open dropdown, it ...
Surendra's user avatar
0 votes
3 answers
67 views

I have an ASP.NET Core MVC web application. In _layout.cshtml, I have the following code, but it doesn't drop down in the menu bar it shows "manage" with a down arrow next to it below is the ...
John Finch's user avatar
0 votes
0 answers
28 views

I am developing a payment plugin for Shopware 6.7. Please tell me how to get a select box on the plugin settings page in the admin panel that will only contain order statuses. Currently, I can get a ...
shylosa's user avatar
  • 21
0 votes
1 answer
73 views

ListingController.cs: public IActionResult Create() { CreateListingViewModel model = new() { AllCities = new SelectList(_addressRepo.AllCities()), AllItems = new SelectList(...
IgorArnaut's user avatar
0 votes
1 answer
59 views

I have an issue with my DropDownList which seems to be binding again on selection change and does not trigger the onSelectionChange event. This is my aspx page: <%@ Page Language="vb" ...
Dhanish's user avatar
0 votes
0 answers
43 views

I am unable to configure a select dropdown to display the value of the model property. I am working from scaffolded pages where i need to use a different control than what the scaffolder chose. I am ...
tonyatl's user avatar
  • 21
0 votes
1 answer
176 views

The direction is incorrect as it to the right side, which extends outside of the screen. I need it to open to the left side since the trigger is located on the right edge of the header (Refer to the ...
Sumit Paul's user avatar
-1 votes
1 answer
170 views

I am trying to produce a spreadsheet which gives me football teams recent performance, much quicker than searching different HTML pages for each league. I found a previous website that showed each ...
Chris Darby's user avatar
0 votes
1 answer
150 views

I'm using a custom multiple selector component based on cmdk (like in the code below), but I'm encountering two layout issues when the dropdown appears: The dropdown causes the entire form to grow ...
J_Max's user avatar
  • 35
0 votes
1 answer
57 views

React Hook Form Select Not Showing Pre-selected Value When Editing I have a React form using React Hook Form and shadcn/ui Select components. When I click "Edit" on a table row to edit a ...
J_Max's user avatar
  • 35
2 votes
0 answers
86 views

I'm having an issue with Streamlit's st.selectbox not displaying the options I have stored in a .txt file. Here's how I'm trying to implement it: I have a .txt file that contains many lines, each line ...
miku's user avatar
  • 21
0 votes
1 answer
42 views

I only want to take nameSingleItem from one nameCategory? so for example there are 10 nameCategories and each of them has a nameSingleItem with the item of the nameSingleItem is the same. so focus on ...
Cuma Dika ajah's user avatar
0 votes
0 answers
67 views

I'm working on a project on Angular 18 with Bootstrap 5.3 and I'm currently struggling with hovering in menu here is an example: In Firefox, as you can see, it only change half the background: Here ...
Erwan Maigne Montamat's user avatar
0 votes
1 answer
66 views

I am using a widget called CustomDropdown from the animated_custom_dropdown 3.1.1 package. Here's my current structure: List<Map<String, dynamic>> data [ { "code": &...
DevQt's user avatar
  • 1,924
0 votes
0 answers
67 views

I have the following code for a multiple dropdown menu, which takes the data from mysql database, then depending on the choice, displays a another dropdown menu. I have done this with php, javascript ...
Josu's user avatar
  • 1
0 votes
0 answers
23 views

So, I have a drop-down menu with text answers, and multiple answers can be selected. I want to use another cell to use the drop-down menu as a reference when giving its own value (using the IF(,,) ...
Jake Lambert's user avatar
1 vote
1 answer
544 views

I'm testing for accessibility using AccessibleWeb. I have a form where you need to select an item from a dropdown menu. Aria-expanded is set to false in the default state, then switches to true when ...
pitzki's user avatar
  • 317
0 votes
0 answers
32 views

I need a simple solution to a simple dropdown. `CKEDITOR.plugins.add('dropdown_example', { icons: 'dropdown_example','insertExample1','insertExample2', // The plugin initialization logic ...
user30403971's user avatar
0 votes
3 answers
51 views

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> What's Up At Pearson? &...
Emerald Udoh's user avatar
0 votes
0 answers
96 views

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 ...
parv's user avatar
  • 1
0 votes
2 answers
72 views

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. ...
chintan patel's user avatar
0 votes
3 answers
206 views

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 ...
Mark Johnson's user avatar
0 votes
1 answer
159 views

☐ 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 ...
Joe's user avatar
  • 113
0 votes
1 answer
134 views

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 ...
Ethel Ferraro's user avatar
1 vote
1 answer
431 views

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 ...
Max's user avatar
  • 113
0 votes
1 answer
48 views

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 ...
dung nguyen's user avatar
2 votes
2 answers
70 views

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 ...
TheNerdyBirdy's user avatar
0 votes
1 answer
42 views

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 ...
Niklas Netter's user avatar
0 votes
1 answer
78 views

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 ...
Shan Thomson's user avatar
0 votes
1 answer
45 views

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, ...
Metok's user avatar
  • 1
0 votes
0 answers
38 views

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 (...
Grace's user avatar
  • 1
-1 votes
1 answer
59 views

DropdownButtonFormField( items: businessType .map((businessType) => DropdownMenuItem( value: businessType, child: SizedBox( ...
Naimish Patel's user avatar
1 vote
1 answer
177 views

Having trouble with the If/Then coding in Google Sheets. I am tring to run this formula =ROUND((((F2+(G2*1.25))+H2*0.5)+I2)/3.75) But only if F2, G2, H2, and I2 are greater than 0. I can't use the ...
Sean McCoy Weaver's user avatar
1 vote
1 answer
69 views

Here is a jsFiddle showing the issue I am having. I have a dynamic number of records coming in from a database. I'm inserting these records into a table, and the very first row of the table is a &...
JimmyG's user avatar
  • 657
0 votes
0 answers
36 views

I have a formstack form that uses embedded javascript code to call an API and populates a dropdown list. Once I select a value, the appropriate json data is parsed and displays on screen in each field ...
BrewUpCode's user avatar
1 vote
1 answer
54 views

I'm trying to make drop down menus in an excel project and I want to adjust the source of menu items to be based on the value of another cell in the sheet. I thought I could do this using something ...
Benjamin Calvert's user avatar
2 votes
1 answer
2k views

How can I fix a multi-level dropdown issue in Bootstrap, where submenus do not open as expected on click? I tried making a multi-level dropdown menu in Bootstrap isn't functioning as expected. The ...
Denis Yankov's user avatar
0 votes
1 answer
30 views

I'm trying to add column data from a SQL Server table to a dropdown list: Text = Name, Value = Id Year.DataTextField = reader["Name"].ToString(); Year.DataValueField = reader["Id"]....
Mikhail Zhuikov's user avatar
0 votes
0 answers
32 views

I've been able to get the dropdown values to change when the radio buttons are selected but the product image doesn't update like it's supposed to. Image only updates when the actual dropdown is used. ...
George Bleasdale's user avatar
1 vote
1 answer
40 views

I have a vuetify select where I want to restrict the text when too many elements are selected. So I used conditional rendering to just display what I want: <v-col cols="auto"> <v-...
GniLudio's user avatar
0 votes
1 answer
51 views

This is the part I use to dynamicly create a Dropdown. // Helper: Create Dropdown const createDropdown = (id, options, selectedOption = [], labelText, isMultiSelect = false) => { console.log(`...
Sky's user avatar
  • 1
0 votes
0 answers
44 views

Beginner in CSS, recently I made a navigation menu, and now I want to add a dropdown menu to one of the buttons. However, it seems that the dropdown menu is misaligned and I'm not sure what I can do. ...
yarsvent's user avatar
0 votes
0 answers
19 views

So I am trying to validate the facebook create account page as a practice. I captured the elements for first name, last name, email address, password, and gender. Then I captured the dropdown menu for ...
Hamza Ansari's user avatar

1
2 3 4 5
439