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
68 views

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 ...
Bobd's user avatar
  • 9
1 vote
0 answers
54 views

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 ...
Xiaotong Ding's user avatar
0 votes
1 answer
77 views

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>( ...
Sreehari Perayil's user avatar
0 votes
1 answer
89 views

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 ...
Eduardo Ladrón de Guevara's user avatar
-2 votes
1 answer
79 views

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 ...
Dan H's user avatar
  • 11
1 vote
0 answers
55 views

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&...
Salah Amani's user avatar
1 vote
1 answer
43 views

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. ...
David H.'s user avatar
0 votes
0 answers
53 views

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 ...
Nirma uni's user avatar
0 votes
2 answers
95 views

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 ...
Viswajeth TSR's user avatar
0 votes
0 answers
35 views

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 ...
Juergen Buesching's user avatar
1 vote
2 answers
62 views

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 ...
Julie J.'s user avatar
0 votes
1 answer
123 views

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 ...
Fox's user avatar
  • 1
0 votes
0 answers
119 views

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. ...
Franklin's user avatar
  • 133
0 votes
0 answers
39 views

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 ...
the_Logical_Dev's user avatar
0 votes
0 answers
54 views

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 ...
Jupiter's user avatar
0 votes
2 answers
103 views

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

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 ...
Thiago Barboza's user avatar
0 votes
1 answer
146 views

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 ...
RBK's user avatar
  • 125
0 votes
1 answer
47 views

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 ...
ZARIFA AYDAYEVA's user avatar
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
52 views

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 ...
muhammad ali'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
42 views

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 ...
Mislav Ostovic's user avatar
0 votes
0 answers
54 views

I'am using react-native-element-dropdown this library for Dropdown in React Native like below. <Dropdown style={[contactStyle.dropdown, isFocus && { borderColor: '#06AFE4' }]...
ganpat malekar's user avatar

1
2 3 4 5
131