Category "drop-down-menu"

Adding Additional information to dropdown box options

I am wanting to add hidden/additional information to a dropdown box. Currently, it works using javascript function myFunction() { var copyText1 = document.get

Dropdown menu code not quite right on mobile

I have built a menu on this page that is live: https://boys-cry.com/ and it was working fine until I added the mobile background content on a different section

How to Select cities from drop down while booking tickets using robot framework

I am new to robot framework and i tried to automate booking sites and when i tried to select cities from Yatra.com website but unable to select cities and dates

How can I fix this select dropdown in React?

I'm revisiting a React app that I created years ago because the dropdowns are no longer working. Code snippet below. render() { return ( <div class

Not able to align floating action menu in flutter

I have this menu on the floating button , but I could not align it correctly, I want it to show directly above the floating button, this is how it looks in red

Adding aria-label to dropdown using contact7 form plugin

Am using contact7 plugin to design form for my client. I want to make it ADA compliant, somehow not able to add aria-label to dropdown boxes. This is how my cod

How to a drop down-down menu list

I am trying to do a dropdown menu in javascript where get all states from a function and show in the drop down menu. But the code that I have so far is showing

Display Data from MYSQL using PHP Dropdown

I need to display data from the 'Members' table based on the selected 'grad_date' from a drop down. I have been trying to do it for a while now but have struggl

HTML submit form from select but comma separate values in GET

I have a simple HTML form that has a dropdown. <form method="get"> <select name="category[]" multiple class="form-control"> <option v

HTML submit form from select but comma separate values in GET

I have a simple HTML form that has a dropdown. <form method="get"> <select name="category[]" multiple class="form-control"> <option v

React admin select input default empty value

I am using react admin's select input& I am currently on version 3.13 and this version allows the attribute 'allowEmpty' to show an extra empty field in the

create a select box in which data is populated from selecting another select box and it is editable

I have created two select box. in both, fetching data from database. By selecting first select box the second select box gets auto populated. What I want to do

How do I check if the user is interacting with select menu and disable it in discord.js v13

I want that when the user is interacting with the select menu it should work and then it should disable it after a few seconds when the user stops interacting w

how to create dependent dropdownlist in python and streamlit?

based on the answer of this post i was able to display the dataframe after apply the required filter. I have a streamlit code that display multiple dropdown l

Intermittent HTML select freezes on Safari in iOS 15 onwards

We have a single page app written in HTML/Javascript and our customers are experiencing intermittent freezes when using HTML select drop downs on Safari on iPad

Excel Single Use Dropdownlist

My problem is the following. I have two tables. The first table is a guest list where the information on who is the guest and how many beds he need is stored. S

use the same vba code for all of my combo boxes

So I had to create a couple of drop-down lists in Microsoft access and all of them are supposed to have different font colors. I did write the code for a single

How to make Dropdown with input field in django form

I am a noob to django and python 😥 I have a django form, it needs a dropdown menu with input field to enter the text which is not listed in dropdown. Is

Modernize Javascript code for a dropdown menu animation

In a post related to another questiona a user suggested me to modernize the js code. Use specifically x.classList.includes(), x.classList.add(), and x.classList

Change the background color of exposed dropdown menu

I think Android developers are kidding us. First they removed the real spinner from the Material Design and second it is somehow impossible to style. Look at th