6,512 questions
1
vote
2
answers
1k
views
How to use drop down list with range of dates (years) by specific year in Excel
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
How to Change a Single Select Dropdown to a Multi-Select Dropdown?
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 to make a js dropdown with description like Microsoft Excel
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
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 ...
4
votes
2
answers
12k
views
Empty dropdown selected value
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
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
0
answers
31
views
How to maintain focus in a dynamic Bootstrap dropdown with both search and selection functionality in Angular?
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
Google Sheets: How to have multiple cells reference/update the same dynamic drop down list?
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
Excel Data validation list with array formula
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
How to use if condition in powerapp for populating dropdown which depends on selection of a control
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
can adaptive cards in bot framework v3 contain dynamic dropdowns
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
How do I change the dropdown icon in material-ui select field?
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
react-native-element-dropdown container issues
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
Is it possible to use Buttons while keeping the dropdown List of a ComboBox open?
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
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
45
views
Angular - how to display the selected's label of dropdown on the md-table when data is bind
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
Dropup in a component causes auto-scroll to previously opened dropup
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
Angular's mat-select is not closing when clicking outside
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
nuxt vue3 primevue autocomplete issue
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
I have a google sheets cell with 5 different texts (from a dropdown) - how can I make another cell return a value based on the text
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
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. ...
1
vote
0
answers
43
views
Plotly/Dash dropdown-conditional issue
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
Customtkinter: Close the dropdown menu when the dropdown arrow is clicked again
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 ...