Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
65 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
0 votes
0 answers
31 views

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 ...
Fabrizio Mastrolorito's user avatar
2 votes
1 answer
92 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
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
0 votes
0 answers
53 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
0 answers
24 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
52 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
1 answer
161 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
0 votes
1 answer
129 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
2 votes
0 answers
79 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
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
0 answers
61 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
1 vote
1 answer
504 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
3 answers
46 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
2 answers
70 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
1 answer
143 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
1 vote
1 answer
410 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
2 votes
2 answers
62 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
74 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
0 answers
35 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 vote
1 answer
162 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
0 votes
0 answers
35 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
2 votes
1 answer
1k 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
0 answers
28 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
0 votes
1 answer
46 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

1
2 3 4 5
439