Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
1k views

I want to create conditional drop down list when user fill the year in column A and in column B is filled the range which is taken from list defined in column E. How can I do it?
0 votes
1 answer
745 views

Still in learning stages and want to learn how to create a multi-select dropdown. I currently have a single select dropdown working. Here is the code for that: Snip from Municipality Model: [...
Advice
1 vote
4 replies
103 views

How can you recreate with javascript a dropdown with a side "tooltip" description like Microsoft Excel does? What I'm trying to obtain is this: Is there a library already that could handle ...
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 ...
4 votes
2 answers
12k views

I'm using Angular5 and primeng library. Particularly, I have problem with p-dropdown. I have one big entity - Consignment - with many fields, I open page with this saved object. And several p-dropdown ...
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 ...
0 votes
0 answers
31 views

Problem: I have a form with a dynamic list of dropdowns in Angular, where each dropdown behaves both as a search input and as a normal dropdown. I am using Bootstrap's dropdown-toggle method to handle ...
0 votes
0 answers
98 views

I have just started (ie, less than a month ago) trying to dive into using google sheets properly. I am currently trying to create a self updating and detailed gaming sheet for Pathfinder 2e Kingmaker. ...
2 votes
2 answers
7k views

I have a table with duplicated values in a column. How can I use this column, to provide unique values as a dropdown options in another cell? I want to be able to enter new rows in my table that might ...
0 votes
1 answer
9k views

I am building a powerapp where I have a radiobutton list , if any item of the radiobuttonlist is selected then dropdown will populate accordingly else it should show a default value such as Select a ...
-1 votes
1 answer
2k views

I'm using BOT Framework v 3 i have an adaptive card that takes input from the user and i want the values in Dropdown to be dynamic is it possible.here is the adaptive card design code as you can see ...
45 votes
7 answers
88k views

I am using material-ui select field. I want to change the given drop down icon to a different font icon. How to achieve this? I don't see any option to over-ride this style
2 votes
2 answers
673 views

I have width of my parent view 50% and i have placed my drop down at flex start but when i press the dropdow to open the container it doest not open the container under the dropdown it opens it in the ...
6 votes
1 answer
182 views

I'm trying to create a ComboBox with 2 Buttons (Sort / Expand). I've created the Buttons in code and I show them in the DropDown Event of the ComboBox, right next to the ComboBox. Is it possible to ...
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. ...
0 votes
0 answers
45 views

The md-table is bind to data assets where application_id is an integer. The dropdown is populated with possible values with: Value = application_id, Label = application_name The table is editable ...
1 vote
0 answers
75 views

I'm working on a React project where I have a reusable card component that appears multiple times on a single page. Each card has a Bootstrap dropup used to select the file that the user wishes to ...
1 vote
2 answers
2k views

I am using angular material's select component to load some options to choose from. When I click on the field, the list of options appear as expected, however, when I click anywhere outside the ...
0 votes
0 answers
84 views

In a vue component I have a autocomplete dropdown: import AutoComplete from 'primevue/autocomplete'; defined in the template as follows: <AutoComplete id="account" v-model="...
0 votes
2 answers
49 views

The 5 values in J4 are Studio, 1, 2, 3, 4. Mortgage! is another sheet where I want to take B2*(52/12) if studio, B3*(52/12) if 1 and so on Here is what I have been working with. I think I am close I ...
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 ...
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 ...
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. ...
1 vote
0 answers
43 views

I am creating a web app using the plotly-dash framework. Here I have two tables: the first table represents data points, and the second represents processes. Each process consists of a starting point ...
0 votes
1 answer
612 views

I have a piece CustomTkinter GUI that has several combobox dropdowns. I am having an issue with closing the popup when clicking the dropdown arrow for a second time. I have tried looking online for ...

1
2 3 4 5
131