Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [dropdown]

Dropdowns are toggleable, contextual overlays for displaying lists of links and more.

0 votes
1 answer
30 views

Livewire Laravel Dropdown filter not working after hosting

I have problem with dropdown filter not working after hosting. This is my code app/Livewire/Matakuliah.php (controller) return view('livewire.matakuliah', [ 'title' => 'Mata Kuliah', ...
Raider Boy's user avatar
1 vote
1 answer
44 views

Angular - Why isn't my dropdown list working

HTML code: <li class="nav-item dropdown pe-3"> <a class="nav-link nav-profile d-flex align-items-center pe-0" (click)="toggleProfileMenu()"> <img src=...
Mohamed Seif Ben Salah's user avatar
0 votes
1 answer
29 views

Is There a Way to Place Dropdown Options Inside the Option Selection Menu?

Particularly for my specific situation, using the dcc.Dropdown works perfectly. The only problem is that in many situations, the user might select multiple options, which will look really ugly ...
Archie Marques's user avatar
0 votes
0 answers
10 views

Submenu list menu with three levels

I have a menu that is made up from nested lists on three levels. The elements in the second level are open only when an element is clicked (This is what I want), but the elements on the third level is ...
Robertino Ceccherini's user avatar
0 votes
1 answer
24 views

How can I remove the default arrow from the list input and add a new arrow using pure html and css? [duplicate]

I want to remove the default arrow appearing in the list input field. is there anyone please who can help me and show me a way to add a new arrow in place of the default arrow here? <body> &...
Omar Bin Saleh's user avatar
0 votes
1 answer
42 views

How do I make a dropdown list open automatically as soon as an option from another drop-down list is selected?

In this product upload form, I have five cascading drop-down lists created using HTML, and I have embedded Javascript to dynamically populate the options in the drop-down lists. My question is how do ...
Louis's user avatar
  • 1
0 votes
2 answers
34 views

Django - dropdown (select widget) in form is not saving data to db

I'm using this form to get a dropdown menu in my html form : forms.py class forms_bdc(forms.ModelForm): [...] bdc_description_1 = forms.ModelChoiceField(required=False,queryset=...
Nico44044's user avatar
  • 353
0 votes
2 answers
44 views

Blazor .NET 8 - InputSelect: Creating Dropdown from Models

I just followed a course on Blazor .NET 8 from iamtimcorey.com. I want to create a dropdown form using the InputSelect option from the native form. But I cannot figure out how to populate the dropdown ...
sTaLa's user avatar
  • 11
0 votes
1 answer
23 views

Excel VBA dependent drop down lists with a twist

A user has asked for a change to a macro. In column 26, I have a drop down list with 6 options: (A, B, C, D, E, and F). The user would like a drop down list in column 2 with 3 options (1, 2, and 3); ...
Shaves's user avatar
  • 900
0 votes
0 answers
26 views

Opening a jQuery sweetdropdown via method

I am trying to open a popup via the method: $('#dropdown-standard').sweetDropdown('show'); But this is not working. Nothing happens. Original code (https://sweet-dropdown.adepto.as/): <div class=&...
Brecht272727's user avatar
1 vote
1 answer
40 views

Plotly figure with subplots and dropdown hides second plot when non-default option selected

I am trying to generate a Plotly figure with two sub plots and has dropdown menu. The default option works fine (Fig. 1) but when other values are selected the second plot disappears (Fig. 2). How to ...
Tom Kurushingal's user avatar
0 votes
1 answer
42 views

How do I make a dropdown list open as soon as an option from another drop-down list is selected?

In this product upload form, I have five drop-down list fields created using HTML (2 selects and 3 data lists with text area), and I have embedded Javascript to dynamically populate the options in the ...
Louis's user avatar
  • 1
0 votes
0 answers
18 views

DropdownSearch rebuild my widget infinite times when I pass selectedItem(initial value) in it

Widget singleDropdownSearch( //here index is not mandatory and only for the singleDropdownSearch in listview or any loop context, List<MenuItem> listMenu, void Function(MenuItem?, [...
Ankit's user avatar
  • 73
0 votes
0 answers
24 views

Custom Dropdown input automatic search behavior in Woocommerce Wordpress

I have 2 custom made dropdowns in Woocommerce, that act as filters for products, one including all brands in the site, the second all level 2 categories. They have an automatic tigger search function ...
SamberJac's user avatar
0 votes
1 answer
33 views

dropdown selected update in codeigniter

The dropdown can't show selected item in form update. But the code has the same as other dropdown The code below can show the selected item on dropdown <div class="col-md-3 pl-pr-1"&...
iso ayu's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
435