21,923 questions
1
vote
1
answer
65
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 ...
0
votes
0
answers
31
views
Dropdown menu from a navbar with overflow-x scroll and overflow-y visible [duplicate]
I’m working on creating a navigation bar that scrolls horizontally. So far, everything is going well. However, when a tab opens a dropdown menu, I want to disable vertical scrolling while keeping ...
2
votes
1
answer
92
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
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 ...
0
votes
0
answers
53
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
0
answers
24
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
52
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
1
answer
161
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 ...
0
votes
1
answer
129
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 ...
2
votes
0
answers
79
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
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
0
answers
61
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 ...
1
vote
1
answer
504
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
3
answers
46
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
2
answers
70
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
1
answer
143
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 ...
1
vote
1
answer
410
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 ...
2
votes
2
answers
62
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
74
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
0
answers
35
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
vote
1
answer
162
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 ...
0
votes
0
answers
35
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 ...
2
votes
1
answer
1k
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
0
answers
28
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.
...
0
votes
1
answer
46
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(`...