6,512 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
68
views
onBlur firing before onChange when selecting from dropdown - value not saved
I have a React component WidgetInlineEditField that wraps an inline-editable input field. When editing a time value using a TimeInput component with a dropdown, the onBlur event fires before the ...
1
vote
0
answers
54
views
How to keep Antd submenu open on mouse leave while still opening new submenu on hover?
I have a dropdown menu with multiple levels of submenus.
The problem is that the submenu easily gets closed when the mouse accidentally moves out of it.
I know there is an attribute ...
0
votes
1
answer
77
views
Dropdown menu widget scroll thumb not reaching the bottom
In the provided, I have scrolled to the bottom of the Dropdown, but still the thumb of the scroll is not reaching the bottom as it is stuck there, the code snippet is
DropdownMenu<DropdownType>(
...
0
votes
1
answer
89
views
I'm using the primereact library, specifically a dropdown. How can I modify it's height?
I'm trying to modify a primereact theme for the dropdowns, but it doesn't seem to change a bit...
Anytime that I need to modify any component brought by an external library I'm having this kind of ...
-2
votes
1
answer
79
views
Ninjatrader Drop Down box to fill TextBox value or button text value (c# with WPF available) [closed]
Settings so far:
I have a WPF Grid with a TextBox set to a col and row.
There is an enum set for items to select.
I have a button_Click and textbox_KeyDown events setup.
Notes:
Ninjatrader no ...
1
vote
0
answers
55
views
How to add a custom select option to PrimeNG p-editor toolbar without creating a new Quill instance?
I'm using PrimeNG’s p-editor component to create a rich text editor in my Angular app. So far, it works well with the default toolbar.
Here's a simple example of how I use it:
<div class="card&...
1
vote
1
answer
43
views
How to link the Autocomplete dropdown item to a subsection of same page without displaying full url name
I have created a dropdown list with the autocomplete feature.
The aim is to type the name of a list, select the name from the dropdown list, which would then take it to the url link of the section.
...
0
votes
0
answers
53
views
Dropdown with contextMenu trigger closes instantly when hovering — How to keep it open?
I'm using Ant Design's Dropdown component in a React app. The dropdown is triggered via right-click using trigger={["contextMenu"]}.
However, there's an issue:
When I right-click on the ...
0
votes
2
answers
95
views
How to make a custom dropdown inside a scrollable popup behave like a native <select> (i.e., render above content without expanding the container)?
I'm building a custom searchable dropdown component in React that works fine in general — but I'm facing a layout issue when it's used inside a popup modal/form.
Here’s the problem:
The popup form has ...
0
votes
0
answers
35
views
Plotly Dash Horizontal Line Dropdown
When I create a dropdown with the below attributes and CSS file, the dropdown menus have a horizontal line in the middles (see picture below, highlighted in yellow). My goal is to remove this line. I ...
1
vote
2
answers
62
views
How to call a different set of inputs based on the drop-down option selected in dash?
I am building an image-processing app in dash, where the user uploads an image, selects a smoothing filter and then chooses between k-means clustering and thresholding to identify the foreground ...
0
votes
1
answer
123
views
Bootstrap Dropdown menu doesn't pop out of responsive table
So I am running in to an issue where I have multiple Bootstrap dropdown menus that appear onClick within a Bootstrap responsive table. However these dropdown menus are supposed to overflow the table ...
0
votes
0
answers
119
views
Bootstrap sidebar dropdown menus hidden behind main content (z-index/layout issue)
Update
I simplified the demo to focus only on the dropdown and sidebar layout issue. The original version included some extra markup for context, but I trimmed it down to make the problem clearer. ...
0
votes
0
answers
39
views
Can I keep value of drop down when submitting? [duplicate]
I have a problem with my PHP code I pull names and surnames from a database and I would like to keep the values in the dropdown when I submit. Just when people make a mistake the value does not change
...
0
votes
0
answers
54
views
Is it possible to set a default value for an Material React Table with a select
I am trying to make a table with Material UI Table, and when I edit or add a row some values are to be selected from a dropdown. That works as expected, but I would like to have one of the dropdown ...
0
votes
2
answers
103
views
Flutter setState Not Rebuilding DropdownSearch with Lazy Loading
I am using DropdownSearch with lazy loading inside a modal bottom sheet in Flutter. The list of items is fetched using Bloc (LocationMasterCubit), and I am handling infinite scrolling to load more ...
0
votes
1
answer
42
views
Multiselect dropdown doesn't keep the right input checked
I'm building a multiselect dropdown with a field to search for options. It's working perfectly except for one aspect:
1 - Here I just selected the options. The first input shows the state of the ...
0
votes
1
answer
146
views
How can I create a visually distinct double border around focused input controls in a PowerApps canvas app?
I have canvas PowerApps wherein I have text input, dropdown, and calendar control present on the form. We have default control focus border available for these controls. But I need an additional ...
0
votes
1
answer
47
views
Custom Dropdown Remains Selected Even After Clicking Clear Button
I am building a custom dropdown menu using JavaScript and CSS, and I want the clear button to reset the selection. However, even after clicking the clear button, the dropdown remains selected, and the ...
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
52
views
Dropdown issue in shopify theme dev
I hope you all are doing well. I am currently learning Shopify theme development, and I was working on a theme, but I encountered a glitch that I can’t figure out how to fix. The issue is with the ...
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
42
views
Page scroll is broken when dropdown is open
When I scroll the page, it works normally. But when I open the dropdown, I cannot seem to scroll, or it does "scroll" but it is very buggy, like it's displayed in the gif in URL. I work in ...
0
votes
0
answers
54
views
Unable to find element id or xpath for dropdown items in Appium Inspector for iOS
I'am using react-native-element-dropdown this library for Dropdown in React Native like below.
<Dropdown
style={[contactStyle.dropdown, isFocus && { borderColor: '#06AFE4' }]...