21,918 questions
1
vote
1
answer
79
views
Dropdown Menu - Adding an extra space in options
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 ...
2
votes
1
answer
71
views
Why is my dropdown-menu not connecting and disappearing?
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 ...
2
votes
1
answer
67
views
Changing dropdown menu title by clicking on options in said dropdown menu [closed]
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 ...
2
votes
1
answer
98
views
react-select - focused option resets on React state change
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 ...
0
votes
0
answers
108
views
Creation and Submission Handling for New Modal Components for Discord.js
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 ...
0
votes
1
answer
84
views
Filter by day of the week in Angular Material table
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 ...
2
votes
1
answer
77
views
How to indicate that the selected DropdownMenuEntry is disabled
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 ...
0
votes
0
answers
56
views
How to make common dropdown for two TextFields in Jetpack Compose?
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 ...
0
votes
3
answers
67
views
dropdown menu item doesn't drop down
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 ...
0
votes
0
answers
28
views
Getting select box with order statuses in Shopware 6.7
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 ...
0
votes
1
answer
73
views
Cannot pass validation because lists that populate dropdowns are invalid for some reason
ListingController.cs:
public IActionResult Create()
{
CreateListingViewModel model = new()
{
AllCities = new SelectList(_addressRepo.AllCities()),
AllItems = new SelectList(...
0
votes
1
answer
59
views
Issue with DropDownList in ASP.NET
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" ...
0
votes
0
answers
43
views
Razor 9 select dropdown does not show value of model
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 ...
0
votes
1
answer
176
views
Zeego's DropDownMenu not opens in correct direction (Android)
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 ...
-1
votes
1
answer
170
views
Importing a table from website into google sheets [closed]
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 ...
0
votes
1
answer
150
views
Dropdown from custom multiple selector causes vertical scroll and renders inside form — unlike shadcn Select
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 ...
0
votes
1
answer
57
views
Why is my form not preselecting the market value when editing a broker in React?
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 ...
2
votes
0
answers
86
views
Streamlit st.selectbox not displaying options from .txt file
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 ...
0
votes
1
answer
42
views
how to not select multiple item in group with dropdown select2dot1 at flutter
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 ...
0
votes
0
answers
67
views
Bootstrap dropmenu hovering only changing half the width of the option background when hovered on firefox
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 ...
0
votes
1
answer
66
views
CustomDropdown with display name and code
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": &...
0
votes
0
answers
67
views
Error before a $_Post is sent to the mysql query [duplicate]
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 ...
0
votes
0
answers
23
views
How do I get a cell to verify if a Drop Down menu (w/ multiple answers) contains a specific answer
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(,,) ...
1
vote
1
answer
544
views
How can I fix this accessibility error for the aria-expanded attribute on my dropdown menu?
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 ...
0
votes
0
answers
32
views
CKEDITOR How to create dropdown menu?
I need a simple solution to a simple dropdown.
`CKEDITOR.plugins.add('dropdown_example', {
icons: 'dropdown_example','insertExample1','insertExample2',
// The plugin initialization logic ...
0
votes
3
answers
51
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?
&...
0
votes
0
answers
96
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
72
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. ...
0
votes
3
answers
206
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
159
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
134
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
431
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
48
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
70
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
42
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
78
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
45
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
38
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
59
views
How i can set a dropdown menu item dialog width?
DropdownButtonFormField(
items: businessType
.map((businessType) => DropdownMenuItem(
value: businessType,
child: SizedBox(
...
1
vote
1
answer
177
views
Google Sheets, Trying to run a formula only if the value cells are greater than 0
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 ...
1
vote
1
answer
69
views
Using javascript and/or jQuery, trying to update multiple dropdowns from a master dropdown, but only the last dropdown is getting updated
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 &...
0
votes
0
answers
36
views
Formstack. DDL supplied data via an API. When value selected json parsed & displays on screen in appropriate fields, but when I submit data not saved
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 ...
1
vote
1
answer
54
views
excel data validation from sheet name based on cell value?
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 ...
2
votes
1
answer
2k
views
How can I implement nested dropdown menus in Bootstrap 5, ensuring that submenus open and close properly?
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 ...
0
votes
1
answer
30
views
Add DataSource to DropDownList: Error DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a property with the name
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"]....
0
votes
0
answers
32
views
Converting a dropdown to radio buttons - event not triggering
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.
...
1
vote
1
answer
40
views
Why do hidden elements change the size of vuetify select? (conditional rendering)
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-...
0
votes
1
answer
51
views
Getting problems in selecting options in a Dropdown
This is the part I use to dynamicly create a Dropdown.
// Helper: Create Dropdown
const createDropdown = (id, options, selectedOption = [], labelText, isMultiSelect = false) => {
console.log(`...
0
votes
0
answers
44
views
Is there a way to position a dropdown menu under the selected button in the navigation menu?
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. ...
0
votes
0
answers
19
views
Why my select elements not showing up in my stepdef class?
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 ...