527 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
42
views
how to not select multiple item in group with dropdown select2dot1 at flutter
I only want to take nameSingleItem from one nameCategory?
so for example there are 10 nameCategories and each of them has a nameSingleItem with the item of the nameSingleItem is the same. so focus on ...
2
votes
1
answer
1k
views
POWERAPPS:how can I avoid the expression: "Error when trying to retrieve data from the network: Expression "SVP eq null" is not supported
Apologies as I first asked this inside another poster's question because it's the same issue! But my comment/issue appears as an answer so I don't think it will be "answered"
I built a Power ...
0
votes
1
answer
56
views
How to change this Access SQL to select similar rather than identical records
The following code works, as I type data the Dropdown is populated with fewer and fewer records until either only one remains, or I click to select a record from a small number of records. However ...
-1
votes
2
answers
103
views
Fill space between component in React-native
i try to develop an app in React-native. I put in app's toolbar 1 home button, 1 dropdownbox component and 1 menu button like in following screenshot in portrait mode:
but in landscape mode the ...
0
votes
1
answer
148
views
My custom dropdown/ select menu is having border problems
I am trying to make a custom dropdown box / select menu that allows me to have rounded options. I have it nearly done, but there is a glitch in the side of it:
Here is my code:
<!DOCTYPE html>
&...
1
vote
1
answer
25
views
When I try to create a drop down list, when the page refreshes the selected data defaults to it original state?
How do I get my selection to stick when I click save, and not have it default to its original state?
Example:
<select id="language" name="language"
<option value=""&...
0
votes
1
answer
103
views
How to Get a Search to Return Multiple Selections from Dropdown on Razor Page
I have a razor page search that has a beginning and ending date range plus a dropdown where the user can select one (or MORE) municipalities. I am obviously missing something in my code setup, but I ...
-2
votes
1
answer
29
views
My question is regrading handling of dropdown in selenium
Here is the drop down .. In the dome there is no select tag to get all the options .. how to get those elements which are dynamic and also invisible in the dom ??dropdown
In the dom there is n o ...
0
votes
1
answer
219
views
How to make common or custom drop-down form field or drop-down in flutter using drop-down widget?
I am new in flutter.I have three drop-down form field.One is state field,its API has state id and state name.second is city field,its API has city id and city name.On selection of state,state id is ...
1
vote
1
answer
54
views
Combining iFrame and target_blank options in a drop down
I have a simple dropdown that I use for my web clients that loads the modules for their site into an iframe for easy access (vs. having to remember a couple different logins). I would like to add ...
0
votes
1
answer
99
views
Syntax of Foreach Statment Assistance
I need assistance in understanding what needs to go where in my foreach statements. Not sure that I have it correct. Could someone please take a look and explain how to "phrase" this ...
0
votes
1
answer
257
views
Cannot locate text inside #shadow-root (user-agent)
Image of HTML
Image of the Website
I'm using Selenium - Java with testNG for automating webpage.
As you can see in the image of the website, there is a 'Timezone' dropdown menu with 'Please Select' ...
0
votes
1
answer
179
views
Want to add a Product Detail Dropdown (That shows Product title, image and price) inside a contact form in shopify
I am trying to add a select dropdown (That shows Product title, image and price) form field inside a contact form that enable user to select product and selected products show under the field. I am ...
1
vote
1
answer
323
views
Protecting/restricting an excel spreadsheet - Can I prevent typing in a cell with a drop down list?
I am working on a spreadsheet for data entry and I'm gradually restricting it to prevent mistakes/omissions and general fiddling by factory floor staff. I've muddled my way through most of my problems ...
1
vote
1
answer
172
views
How to set font in edit box part of a CMFCToolBarComboBoxButton?
I'm able to set the font used to draw the drop-down part of a CMFCToolBarComboBoxButton combo box which is embedded in a CMFCToolBar toolbar. However, I'm not able to set/change the font used for the ...